Uses of Class
aQute.bnd.osgi.Annotation
Packages that use Annotation
Package
Description
OSGi Declarative Services Annotation processing.
-
Uses of Annotation in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type AnnotationModifier and TypeMethodDescriptionvoidCDIAnnotationReader.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 AnnotationModifier and TypeMethodDescriptionvoidDSAnnotationReader.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 AnnotationModifierConstructorDescription(package private)ComponentPropertyTypeDataCollector(String propertyDefKey, Annotation componentPropertyAnnotation, DeclarativeServicesAnnotationError details) -
Uses of Annotation in aQute.bnd.make.metatype
Fields in aQute.bnd.make.metatype declared as AnnotationFields in aQute.bnd.make.metatype with type parameters of type AnnotationModifier and TypeFieldDescription(package private) Map<Clazz.MethodDef, Annotation> MetaTypeReader.methodsMethods in aQute.bnd.make.metatype with parameters of type AnnotationModifier and TypeMethodDescriptionprivate 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 AnnotationModifier and TypeFieldDescription(package private) AnnotationADDef.aprivate AnnotationDesignateReader.designateMethods in aQute.bnd.metatype with parameters of type AnnotationModifier and TypeMethodDescriptionvoidDesignateReader.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.osgiFields in aQute.bnd.osgi declared as AnnotationModifier and TypeFieldDescriptionprivate final AnnotationAnnotationHeaders.MetaAnnotationCollector.annotationMethods in aQute.bnd.osgi that return AnnotationModifier and TypeMethodDescription(package private) AnnotationClazz.newAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) Methods in aQute.bnd.osgi that return types with arguments of type AnnotationModifier and TypeMethodDescriptionClazz.annotations(String binaryNameFilter) Clazz.ElementDef.annotations(String binaryNameFilter) Methods in aQute.bnd.osgi with parameters of type AnnotationModifier and TypeMethodDescriptionprivate voidAnnotationHeaders.add(Annotation annotation, String name, 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, Set<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, String... ignores) private 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 AnnotationModifierConstructorDescriptionprivateMetaAnnotationCollector(Clazz c, Annotation annotation, Set<String> processed, Attrs baseAttrs) -
Uses of Annotation in aQute.bnd.xmlattribute
Fields in aQute.bnd.xmlattribute with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate final List<Pair<XMLAttribute, Annotation>> ExtensionDef.attributesMethods in aQute.bnd.xmlattribute with parameters of type AnnotationModifier and TypeMethodDescriptionvoidExtensionDef.addExtensionAttribute(XMLAttribute xmlAttr, Annotation a) voidXMLAttributeFinder.annotation(Annotation annotation) XMLAttributeFinder.getDefaults(Annotation a) XMLAttributeFinder.getXMLAttribute(Annotation a)