Uses of Class
aQute.bnd.osgi.Annotation.ElementType
-
Packages that use Annotation.ElementType Package Description aQute.bnd.osgi -
-
Uses of Annotation.ElementType in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return Annotation.ElementType Modifier and Type Method Description Annotation.ElementType
Annotation. elementType()
static Annotation.ElementType
Annotation.ElementType. valueOf(java.lang.String name)
Returns 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.ElementType Constructor Description Annotation(Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)
ParameterAnnotation(int parameter, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)
TypeAnnotation(int target_type, byte[] target_info, int target_index, byte[] type_path, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)
-