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 void
AnnotationReader. annotation(Annotation annotation)
protected void
AnnotationReader. doComponent(org.osgi.service.component.annotations.Component comp, Annotation annotation)
protected void
AnnotationReader. 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 void
ComponentAnnotationReader. 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 void
DesignateReader. 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 void
ClassDataCollector. annotation(Annotation annotation)
void
Annotation. 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. attributes
Methods in aQute.bnd.xmlattribute with parameters of type Annotation Modifier and Type Method Description void
ExtensionDef. addExtensionAttribute(aQute.bnd.annotation.xml.XMLAttribute xmlAttr, Annotation a)
void
XMLAttributeFinder. annotation(Annotation annotation)
java.util.Map<java.lang.String,java.lang.String>
XMLAttributeFinder. getDefaults(Annotation a)
aQute.bnd.annotation.xml.XMLAttribute
XMLAttributeFinder. getXMLAttribute(Annotation a)
-