spring-framework / org.springframework.lang / UsesSunMisc

UsesSunMisc

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class UsesSunMisc

Indicates that the annotated element uses an API from the sun.misc package.

Author
Stephane Nicoll

Since
4.3

Constructors

<init>

UsesSunMisc()

Indicates that the annotated element uses an API from the sun.misc package.