Uses of Class
aQute.bnd.component.DSAnnotations.Options
-
Packages that use DSAnnotations.Options Package Description aQute.bnd.component OSGi Declarative Services Annotation processing. -
-
Uses of DSAnnotations.Options in aQute.bnd.component
Methods in aQute.bnd.component that return DSAnnotations.Options Modifier and Type Method Description static DSAnnotations.Options
DSAnnotations.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DSAnnotations.Options[]
DSAnnotations.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in aQute.bnd.component with type arguments of type DSAnnotations.Options Modifier and Type Method Description static aQute.bnd.component.ComponentDef
DSAnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)
-