Uses of Class
aQute.bnd.component.annotations.ServiceScope
-
Packages that use ServiceScope Package Description aQute.bnd.component.annotations Service Component Annotations Package Version 1.5. -
-
Uses of ServiceScope in aQute.bnd.component.annotations
Methods in aQute.bnd.component.annotations that return ServiceScope Modifier and Type Method Description ServiceScope
scope()
The service scope for the service of this Component.static ServiceScope
ServiceScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceScope[]
ServiceScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-