spring-framework / org.springframework.lang / UsesJava8

UsesJava8

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class UsesJava8
Deprecated: Deprecated in Java

Indicates that the annotated element uses Java 8 specific API constructs, without implying that it strictly requires Java 8.

Author
Stephane Nicoll

Since
4.1

Constructors

<init>

UsesJava8()

Indicates that the annotated element uses Java 8 specific API constructs, without implying that it strictly requires Java 8.