java.lang.annotation

Package java.lang.annotation

Provides library support for the Java programming language annotation facility.

See: Description

Interface Summary
Interface Description
Annotation

The common interface extended by all annotation types.

Enum Summary
Enum Description
ElementType

The constants of this enumerated type provide a simple classification of the syntactic locations where annotations may appear in a Java program.

RetentionPolicy

Ann