spring-framework / org.springframework.lang / UsesJava7

UsesJava7

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

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

Author
Stephane Nicoll

Since
4.1

Constructors

<init>

UsesJava7()

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