Enum Class Annotation.ElementType

java.lang.Object
java.lang.Enum<Annotation.ElementType>
aQute.bnd.osgi.Annotation.ElementType
All Implemented Interfaces:
Serializable, Comparable<Annotation.ElementType>, Constable
Enclosing class:
Annotation

public static enum Annotation.ElementType extends Enum<Annotation.ElementType>
Bnd ElememtType

We use this instead of java.lang.annotation.ElementType so we can reference element types introduced in versions of Java later than the current compile/runtime version of Java.