Uses of Class
org.osgi.service.component.annotations.ServiceScope
-
Packages that use ServiceScope Package Description org.osgi.service.component.annotations Service Component Annotations Package Version 1.4. -
-
Uses of ServiceScope in org.osgi.service.component.annotations
Methods in org.osgi.service.component.annotations that return ServiceScope Modifier and Type Method Description ServiceScopescope()The service scope for the service of this Component.static ServiceScopeServiceScope. 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.
-