Uses of Enum Class
aQute.bnd.osgi.Annotation.ElementType
Packages that use Annotation.ElementType
-
Uses of Annotation.ElementType in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as Annotation.ElementType -
Uses of Annotation.ElementType in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Annotation.ElementTypeModifier and TypeFieldDescriptionprivate final Annotation.ElementTypeClazz.CodeDef.elementTypeprivate final Annotation.ElementTypeAnnotation.memberMethods in aQute.bnd.osgi that return Annotation.ElementTypeModifier and TypeMethodDescriptionAnnotation.elementType()(package private) Annotation.ElementTypeClazz.ClassDef.elementType()(package private) Annotation.ElementTypeClazz.CodeDef.elementType()(package private) abstract Annotation.ElementTypeClazz.ElementDef.elementType()(package private) static Annotation.ElementTypeClazz.elementType(ClassFile classFile) (package private) static Annotation.ElementTypeClazz.elementType(FieldInfo fieldInfo) (package private) static Annotation.ElementTypeClazz.elementType(MethodInfo methodInfo) (package private) Annotation.ElementTypeClazz.FieldDef.elementType()(package private) Annotation.ElementTypeClazz.MethodDef.elementType()static Annotation.ElementTypeReturns the enum constant of this class with the specified name.static Annotation.ElementType[]Annotation.ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.osgi with parameters of type Annotation.ElementTypeModifier and TypeMethodDescriptionClazz.annotationValues(ElementValueInfo[] values, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) AnnotationClazz.newAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private ObjectClazz.newElementValue(Object value, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) ParameterAnnotationClazz.newParameterAnnotation(int parameter, AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) TypeAnnotationClazz.newTypeAnnotation(TypeAnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private Stream<ParameterAnnotation>Clazz.MethodDef.parameterAnnotations(ParameterAnnotationInfo parameterAnnotationInfo, Predicate<AnnotationInfo> matches, Annotation.ElementType elementType, RetentionPolicy policy) private voidClazz.processAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.processAnnotationDefault(AnnotationDefaultAttribute attribute, Annotation.ElementType elementType, int access_flags) private voidClazz.processAnnotations(AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.processAttributes(Attribute[] attributes, Annotation.ElementType elementType, int access_flags) Called for the attributes in the class, field, method or Code attribute.private voidClazz.processCode(CodeAttribute attribute, Annotation.ElementType elementType) private voidClazz.processElementValue(Object value, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.processParameterAnnotations(ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.processSignature(SignatureAttribute attribute, Annotation.ElementType elementType, int access_flags) private voidClazz.processTypeAnnotations(TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.visitAnnotations(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.visitCode(ClassDataCollector cd, CodeAttribute attribute, Annotation.ElementType elementType) private voidClazz.visitParameterAnnotations(ClassDataCollector cd, ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private voidClazz.visitTypeAnnotations(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) Constructors in aQute.bnd.osgi with parameters of type Annotation.ElementTypeModifierConstructorDescriptionAnnotation(Descriptors.TypeRef name, Map<String, Object> elements, Annotation.ElementType member, RetentionPolicy policy) (package private)CodeDef(CodeAttribute code, Annotation.ElementType elementType) 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)