Uses of Class
aQute.bnd.osgi.Annotation
-
Packages that use Annotation Package Description aQute.bnd.component aQute.bnd.make.component aQute.bnd.make.metatype 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)
private void
AnnotationReader. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr)
private void
AnnotationReader. handleMixedUsageError(Annotation annotation)
-
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)
private void
ComponentAnnotationReader. doProperties(Annotation annotation)
-
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
Methods in aQute.bnd.make.metatype with parameters of type Annotation Modifier and Type Method Description 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)
private void
OCDReader.OCDDataCollector. doOCD(org.osgi.service.metatype.annotations.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
Methods in aQute.bnd.osgi that return Annotation Modifier and Type Method Description private Annotation
Clazz. doAnnotation(java.io.DataInput in, java.lang.annotation.ElementType member, java.lang.annotation.RetentionPolicy policy, boolean collect, int access_flags)
Methods in aQute.bnd.osgi with parameters of type Annotation Modifier and Type Method Description (package private) void
Clazz.Def. addAnnotation(Annotation a)
void
AnnotationHeaders. annotation(Annotation annotation)
void
ClassDataCollector. annotation(Annotation annotation)
void
ClassDataCollectors.Collectors. annotation(Annotation annotation)
(package private) void
AnnotationHeaders. doAnnotatedAnnotation(Annotation annotation, Descriptors.TypeRef name)
Handle the case where an annotation is annotated by one of our header annotations.private void
AnnotationHeaders. doLicense(Annotation a)
private void
AnnotationHeaders. doProvideCapability(Annotation a)
private void
AnnotationHeaders. doRequireCapability(Annotation a)
private Attrs
AnnotationHeaders. getAttributes(Annotation a, java.lang.String... ignores)
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<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)
-