Uses of Class
aQute.bnd.osgi.Annotation
-
Packages that use Annotation Package Description aQute.bnd.component aQute.bnd.make.component aQute.bnd.metatype aQute.bnd.osgi aQute.bnd.xmlattribute -
-
Uses of Annotation in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type Annotation Modifier and Type Method Description voidAnnotationReader. annotation(Annotation annotation)protected voidAnnotationReader. doComponent(org.osgi.service.component.annotations.Component comp, Annotation annotation)protected voidAnnotationReader. doReference(org.osgi.service.component.annotations.Reference reference, Annotation raw) -
Uses of Annotation in aQute.bnd.make.component
Methods in aQute.bnd.make.component with parameters of type Annotation Modifier and Type Method Description voidComponentAnnotationReader. 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
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
Fields in aQute.bnd.xmlattribute with type parameters of type Annotation Modifier and Type Field Description protected java.util.Map<aQute.bnd.annotation.xml.XMLAttribute,Annotation>ExtensionDef. attributesMethods 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)
-