Package java.lang

Annotation Type FunctionalInterface


@Retention(RUNTIME)
@Target(TYPE)
public @interface FunctionalInterface
Marks an interface as a "functional interface" as defined by the JLS 8.
Since:
1.8