FunctionalInterfaceAttribute public sealed class FunctionalInterfaceAttribute : Attribute Marks interface as functional interface which has the only one abstract method without default implementation. Documentation Code public FunctionalInterfaceAttribute()