Uses of Class
aQute.bnd.osgi.Annotation
-
Packages that use Annotation Package Description aQute.bnd.cdi aQute.bnd.component OSGi Declarative Services Annotation processing.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) -
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) -
Uses of Annotation in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type Annotation Modifier and Type Method Description voidDesignateReader. annotation(Annotation annotation) -
Uses of Annotation in aQute.bnd.osgi
Subclasses of Annotation in aQute.bnd.osgi Modifier and Type Class Description classParameterAnnotationclassTypeAnnotationMethods 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)Methods in aQute.bnd.osgi with parameters of type Annotation Modifier and Type Method Description voidClassDataCollector. annotation(Annotation annotation)voidAnnotation. merge(Annotation annotation) -
Uses of Annotation in aQute.bnd.xmlattribute
Methods in aQute.bnd.xmlattribute with parameters of type Annotation Modifier and Type Method Description voidExtensionDef. addExtensionAttribute(aQute.bnd.annotation.xml.XMLAttribute xmlAttr, Annotation a)voidXMLAttributeFinder. annotation(Annotation annotation)java.util.Map<java.lang.String,java.lang.String>XMLAttributeFinder. getDefaults(Annotation a)aQute.bnd.annotation.xml.XMLAttributeXMLAttributeFinder. getXMLAttribute(Annotation a)
-