Uses of Class
aQute.bnd.osgi.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
CDIAnnotationReader.annotation
(Annotation annotation) private void
CDIAnnotationReader.doReference
(Annotation reference, int targetIndex) private void
CDIAnnotationReader.doService
(Annotation annotation) -
Uses of Annotation in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
DSAnnotationReader.annotation
(Annotation annotation) private void
DSAnnotationReader.doActivate
(Annotation annotation) private void
DSAnnotationReader.doComponent
(Component comp, Annotation annotation) private void
DSAnnotationReader.doDeactivate
(Annotation annotation) private void
DSAnnotationReader.doDesignate
(Annotation annotation) private void
DSAnnotationReader.doModified
(Annotation annotation) private void
DSAnnotationReader.doReference
(Reference reference, Annotation annotation) private void
DSAnnotationReader.doXmlAttribute
(Annotation annotation, XMLAttribute xmlAttr) private void
DSAnnotationReader.handleMixedUsageError
(Annotation annotation) private void
DSAnnotationReader.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.methods
Methods in aQute.bnd.make.metatype with parameters of type AnnotationModifier and TypeMethodDescriptionprivate void
MetaTypeReader.addMethod
(Clazz.MethodDef method, Annotation a) void
MetaTypeReader.Find.annotation
(Annotation annotation) -
Uses of Annotation in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as AnnotationModifier and TypeFieldDescription(package private) Annotation
ADDef.a
private Annotation
DesignateReader.designate
Methods in aQute.bnd.metatype with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
DesignateReader.annotation
(Annotation annotation) void
OCDReader.OCDDataCollector.annotation
(Annotation annotation) (package private) void
DesignateReader.doComponent
(Annotation a, Component c) private void
OCDReader.OCDDataCollector.doOCD
(ObjectClassDefinition o, Annotation annotation) private void
DesignateReader.doXmlAttribute
(Annotation annotation, XMLAttribute xmlAttr) private void
OCDReader.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 Annotation
AnnotationHeaders.MetaAnnotationCollector.annotation
Methods in aQute.bnd.osgi that return AnnotationModifier and TypeMethodDescription(package private) Annotation
Clazz.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 void
AnnotationHeaders.add
(Annotation annotation, String name, String value) void
AnnotationHeaders.annotation
(Annotation annotation) void
AnnotationHeaders.MetaAnnotationCollector.annotation
(Annotation a) void
ClassDataCollector.annotation
(Annotation annotation) void
ClassDataCollectors.Collectors.annotation
(Annotation annotation) (package private) void
AnnotationHeaders.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 void
AnnotationHeaders.doBundleCategory
(Annotation a, BundleCategory annotation) private void
AnnotationHeaders.doBundleContributors
(Annotation a, BundleContributors annotation) private void
AnnotationHeaders.doBundleCopyright
(Annotation a, BundleCopyright annotation) private void
AnnotationHeaders.doBundleDevelopers
(Annotation a, BundleDevelopers annotation) private void
AnnotationHeaders.doBundleDocURL
(Annotation a, BundleDocURL annotation) private void
AnnotationHeaders.doCapability
(Annotation a, Capability annotation) private void
AnnotationHeaders.doLicense
(Annotation a, BundleLicense annotation) private void
AnnotationHeaders.doProvideCapability
(Annotation a, ProvideCapability annotation) private void
AnnotationHeaders.doRequireCapability
(Annotation a, RequireCapability annotation) private void
AnnotationHeaders.doRequirement
(Annotation a, Requirement annotation) private Attrs
AnnotationHeaders.getAttributes
(Annotation a, String... ignores) private String
AnnotationHeaders.getFilter
(Annotation a, Requirement annotation) private void
AnnotationHeaders.MetaAnnotationCollector.handleAttributeOrDirective
(Annotation a) void
Annotation.merge
(Annotation annotation) private void
AnnotationHeaders.MetaAnnotationCollector.mergeAttributesAndDirectives
(Annotation a) Constructors in aQute.bnd.osgi with parameters of type AnnotationModifierConstructorDescriptionprivate
MetaAnnotationCollector
(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.attributes
Methods in aQute.bnd.xmlattribute with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
ExtensionDef.addExtensionAttribute
(XMLAttribute xmlAttr, Annotation a) void
XMLAttributeFinder.annotation
(Annotation annotation) XMLAttributeFinder.getDefaults
(Annotation a) XMLAttributeFinder.getXMLAttribute
(Annotation a)