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 void
CDIAnnotationReader. 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 void
DSAnnotationReader. 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
Subclasses of Annotation in aQute.bnd.osgi Modifier and Type Class Description class
ParameterAnnotation
class
TypeAnnotation
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)
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
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)
-