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 voidDSAnnotationReader.doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr) -
Uses of XMLAttribute in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type XMLAttributeModifier and TypeMethodDescriptionprivate voidDesignateReader.doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr) private voidOCDReader.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.annoCacheprivate final List<Pair<XMLAttribute, Annotation>> ExtensionDef.attributesMethods in aQute.bnd.xmlattribute that return XMLAttributeMethods in aQute.bnd.xmlattribute with parameters of type XMLAttributeModifier and TypeMethodDescriptionvoidExtensionDef.addExtensionAttribute(XMLAttribute xmlAttr, Annotation a) private booleanExtensionDef.matches(XMLAttribute xmlAttr, String docNS)