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 void
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 Annotation Modifier and Type Method Description void
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 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) Annotation
MetaTypeReader. ocdAnnotation
Fields 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. methods
Methods in aQute.bnd.make.metatype with parameters of type Annotation Modifier and Type Method Description private 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 Annotation Modifier and Type Field Description (package private) Annotation
ADDef. a
private Annotation
DesignateReader. designate
Methods in aQute.bnd.metatype with parameters of type Annotation Modifier and Type Method Description void
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.osgi Modifier and Type Class Description class
ParameterAnnotation
class
TypeAnnotation
Fields in aQute.bnd.osgi declared as Annotation Modifier and Type Field Description private Annotation
AnnotationHeaders.MetaAnnotationCollector. annotation
Methods in aQute.bnd.osgi that return Annotation Modifier and Type Method Description (package private) Annotation
Clazz. 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 void
AnnotationHeaders. add(Annotation annotation, java.lang.String name, java.lang.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, java.util.Set<java.lang.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, java.lang.String... ignores)
private java.lang.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 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. attributes
Methods in aQute.bnd.xmlattribute with parameters of type Annotation Modifier and Type Method Description void
ExtensionDef. addExtensionAttribute(XMLAttribute xmlAttr, Annotation a)
void
XMLAttributeFinder. annotation(Annotation annotation)
java.util.Map<java.lang.String,java.lang.String>
XMLAttributeFinder. getDefaults(Annotation a)
XMLAttribute
XMLAttributeFinder. getXMLAttribute(Annotation a)
-