Uses of Class
aQute.bnd.osgi.Annotation.ElementType
-
Packages that use Annotation.ElementType Package Description aQute.bnd.cdi aQute.bnd.osgi -
-
Uses of Annotation.ElementType in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as Annotation.ElementType Modifier and Type Field Description (package private) Annotation.ElementTypeBeanDef. serviceOrigin -
Uses of Annotation.ElementType in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Annotation.ElementType Modifier and Type Field Description private Annotation.ElementTypeClazz.CodeDef. elementTypeprivate Annotation.ElementTypeAnnotation. memberMethods in aQute.bnd.osgi that return Annotation.ElementType Modifier and Type Method Description Annotation.ElementTypeAnnotation. 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.ElementTypeAnnotation.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.Methods in aQute.bnd.osgi with parameters of type Annotation.ElementType Modifier and Type Method Description private java.util.Map<java.lang.String,java.lang.Object>Clazz. annotationValues(ElementValueInfo[] values, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)(package private) AnnotationClazz. newAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private java.lang.ObjectClazz. newElementValue(java.lang.Object value, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)(package private) ParameterAnnotationClazz. newParameterAnnotation(int parameter, AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)(package private) TypeAnnotationClazz. newTypeAnnotation(TypeAnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private java.util.stream.Stream<ParameterAnnotation>Clazz.MethodDef. parameterAnnotations(ParameterAnnotationInfo parameterAnnotationInfo, java.util.function.Predicate<AnnotationInfo> matches, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy)private voidClazz. processAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. processAnnotationDefault(AnnotationDefaultAttribute attribute, Annotation.ElementType elementType, int access_flags)private voidClazz. processAnnotations(AnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.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(java.lang.Object value, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. processParameterAnnotations(ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. processSignature(SignatureAttribute attribute, Annotation.ElementType elementType, int access_flags)private voidClazz. processTypeAnnotations(TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. visitAnnotations(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.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, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. visitTypeAnnotations(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)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)CodeDef(CodeAttribute code, Annotation.ElementType elementType)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)
-