Uses of Class
aQute.bnd.osgi.Annotation
-
Packages that use Annotation Package Description aQute.bnd.cdi aQute.bnd.component aQute.bnd.make.metatype aQute.bnd.metatype aQute.bnd.osgi aQute.bnd.xmlattribute -
-
Uses of Annotation in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type Annotation Modifier and Type Method Description voidCDIAnnotationReader. annotation(Annotation annotation)private voidCDIAnnotationReader. doReference(Annotation reference, int targetIndex)private voidCDIAnnotationReader. doService(Annotation annotation) -
Uses of Annotation in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type Annotation Modifier and Type Method Description voidDSAnnotationReader. annotation(Annotation annotation)private voidDSAnnotationReader. doActivate(Annotation annotation)private voidDSAnnotationReader. doComponent(Component comp, Annotation annotation)private voidDSAnnotationReader. doDeactivate(Annotation annotation)private voidDSAnnotationReader. doDesignate(Annotation annotation)private voidDSAnnotationReader. doModified(Annotation annotation)private voidDSAnnotationReader. doReference(Reference reference, Annotation annotation)private voidDSAnnotationReader. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr)private voidDSAnnotationReader. handleMixedUsageError(Annotation annotation)private voidDSAnnotationReader. handlePossibleComponentPropertyAnnotation(Annotation annotation)Constructors in aQute.bnd.component with parameters of type Annotation Constructor Description ComponentPropertyTypeDataCollector(java.lang.String propertyDefKey, Annotation componentPropertyAnnotation, DeclarativeServicesAnnotationError details) -
Uses of Annotation in aQute.bnd.make.metatype
Fields in aQute.bnd.make.metatype declared as Annotation Modifier and Type Field Description (package private) AnnotationMetaTypeReader. ocdAnnotationFields in aQute.bnd.make.metatype with type parameters of type Annotation Modifier and Type Field Description (package private) java.util.Map<Clazz.MethodDef,Annotation>MetaTypeReader. methodsMethods in aQute.bnd.make.metatype with parameters of type Annotation Modifier and Type Method Description private voidMetaTypeReader. addMethod(Clazz.MethodDef method, Annotation a)voidMetaTypeReader.Find. annotation(Annotation annotation) -
Uses of Annotation in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as Annotation Modifier and Type Field Description (package private) AnnotationADDef. aprivate AnnotationDesignateReader. designateMethods in aQute.bnd.metatype with parameters of type Annotation Modifier and Type Method Description voidDesignateReader. annotation(Annotation annotation)voidOCDReader.OCDDataCollector. annotation(Annotation annotation)(package private) voidDesignateReader. doComponent(Annotation a, Component c)private voidOCDReader.OCDDataCollector. doOCD(ObjectClassDefinition o, Annotation annotation)private voidDesignateReader. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr)private voidOCDReader.OCDDataCollector. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr) -
Uses of Annotation in aQute.bnd.osgi
Subclasses of Annotation in aQute.bnd.osgi Modifier and Type Class Description classParameterAnnotationclassTypeAnnotationFields in aQute.bnd.osgi declared as Annotation Modifier and Type Field Description private AnnotationAnnotationHeaders.MetaAnnotationCollector. annotationMethods in aQute.bnd.osgi that return Annotation Modifier and Type Method Description (package private) AnnotationClazz. newAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)Methods in aQute.bnd.osgi that return types with arguments of type Annotation Modifier and Type Method Description java.util.stream.Stream<Annotation>Clazz. annotations(java.lang.String binaryNameFilter)java.util.stream.Stream<Annotation>Clazz.ElementDef. annotations(java.lang.String binaryNameFilter)Methods in aQute.bnd.osgi with parameters of type Annotation Modifier and Type Method Description private voidAnnotationHeaders. add(Annotation annotation, java.lang.String name, java.lang.String value)voidAnnotationHeaders. annotation(Annotation annotation)voidAnnotationHeaders.MetaAnnotationCollector. annotation(Annotation a)voidClassDataCollector. annotation(Annotation annotation)voidClassDataCollectors.Collectors. annotation(Annotation annotation)(package private) voidAnnotationHeaders. doAnnotatedAnnotation(Annotation annotation, Descriptors.TypeRef name, java.util.Set<java.lang.String> processed, Attrs baseAttrs)Handle the case where an annotation is annotated by one of our header annotations.private voidAnnotationHeaders. doBundleCategory(Annotation a, BundleCategory annotation)private voidAnnotationHeaders. doBundleContributors(Annotation a, BundleContributors annotation)private voidAnnotationHeaders. doBundleCopyright(Annotation a, BundleCopyright annotation)private voidAnnotationHeaders. doBundleDevelopers(Annotation a, BundleDevelopers annotation)private voidAnnotationHeaders. doBundleDocURL(Annotation a, BundleDocURL annotation)private voidAnnotationHeaders. doCapability(Annotation a, Capability annotation)private voidAnnotationHeaders. doLicense(Annotation a, BundleLicense annotation)private voidAnnotationHeaders. doProvideCapability(Annotation a, ProvideCapability annotation)private voidAnnotationHeaders. doRequireCapability(Annotation a, RequireCapability annotation)private voidAnnotationHeaders. doRequirement(Annotation a, Requirement annotation)private AttrsAnnotationHeaders. getAttributes(Annotation a, java.lang.String... ignores)private java.lang.StringAnnotationHeaders. getFilter(Annotation a, Requirement annotation)private voidAnnotationHeaders.MetaAnnotationCollector. handleAttributeOrDirective(Annotation a)voidAnnotation. merge(Annotation annotation)private voidAnnotationHeaders.MetaAnnotationCollector. mergeAttributesAndDirectives(Annotation a)Constructors in aQute.bnd.osgi with parameters of type Annotation Constructor Description MetaAnnotationCollector(Clazz c, Annotation annotation, java.util.Set<java.lang.String> processed, Attrs baseAttrs) -
Uses of Annotation in aQute.bnd.xmlattribute
Fields in aQute.bnd.xmlattribute with type parameters of type Annotation Modifier and Type Field Description private java.util.List<Pair<XMLAttribute,Annotation>>ExtensionDef. attributesMethods in aQute.bnd.xmlattribute with parameters of type Annotation Modifier and Type Method Description voidExtensionDef. addExtensionAttribute(XMLAttribute xmlAttr, Annotation a)voidXMLAttributeFinder. annotation(Annotation annotation)java.util.Map<java.lang.String,java.lang.String>XMLAttributeFinder. getDefaults(Annotation a)XMLAttributeXMLAttributeFinder. getXMLAttribute(Annotation a)
-