Satisfied Interfaces: Annotation
Direct Known Satisfying Interfaces: OptionalAnnotation<Value,ProgramElement>, SequencedAnnotation<Value,ProgramElement>

An annotation constrained to appear only on certain program elements, and only with certain values.

This interface should not be satisfied directly. Instead either OptionalAnnotation or SequencedAnnotation should be satisfied.

See also: Annotation
Inherited Attributes
Attributes inherited from: Object
Methods
occursSource Code
shared Boolean occurs(Annotated programElement)

Can this annotation can occur on the given program element?

Inherited Methods
Methods inherited from: Object