Uses of Enum
aQute.bnd.osgi.Annotation.ElementType
Packages that use Annotation.ElementType
-
Uses of Annotation.ElementType in aQute.bnd.osgi
Subclasses with type arguments of type Annotation.ElementType in aQute.bnd.osgiMethods in aQute.bnd.osgi that return Annotation.ElementTypeModifier and TypeMethodDescriptionAnnotation.elementType()static Annotation.ElementTypeReturns the enum constant of this type with the specified name.static Annotation.ElementType[]Annotation.ElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.bnd.osgi with parameters of type Annotation.ElementTypeModifierConstructorDescriptionAnnotation(Descriptors.TypeRef name, Map<String, Object> elements, Annotation.ElementType member, RetentionPolicy policy) ParameterAnnotation(int parameter, Descriptors.TypeRef name, Map<String, Object> elements, Annotation.ElementType member, RetentionPolicy policy) TypeAnnotation(int target_type, byte[] target_info, int target_index, byte[] type_path, Descriptors.TypeRef name, Map<String, Object> elements, Annotation.ElementType member, RetentionPolicy policy)