Uses of Annotation Interface
aQute.bnd.annotation.xml.XMLAttribute
Packages that use XMLAttribute
Package
Description
OSGi Declarative Services Annotation processing.
-
Uses of XMLAttribute in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type XMLAttributeModifier and TypeMethodDescriptionprivate void
DSAnnotationReader.doXmlAttribute
(Annotation annotation, XMLAttribute xmlAttr) -
Uses of XMLAttribute in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type XMLAttributeModifier and TypeMethodDescriptionprivate void
DesignateReader.doXmlAttribute
(Annotation annotation, XMLAttribute xmlAttr) private void
OCDReader.OCDDataCollector.doXmlAttribute
(Annotation annotation, XMLAttribute xmlAttr) -
Uses of XMLAttribute in aQute.bnd.xmlattribute
Fields in aQute.bnd.xmlattribute declared as XMLAttributeFields in aQute.bnd.xmlattribute with type parameters of type XMLAttributeModifier and TypeFieldDescription(package private) Map<Descriptors.TypeRef,
XMLAttribute> XMLAttributeFinder.annoCache
private final List<Pair<XMLAttribute,
Annotation>> ExtensionDef.attributes
Methods in aQute.bnd.xmlattribute that return XMLAttributeMethods in aQute.bnd.xmlattribute with parameters of type XMLAttributeModifier and TypeMethodDescriptionvoid
ExtensionDef.addExtensionAttribute
(XMLAttribute xmlAttr, Annotation a) private boolean
ExtensionDef.matches
(XMLAttribute xmlAttr, String docNS)