Package org.osgi.service.cdi.annotations
Annotation Interface ServiceInstance
Annotation used on beans, observer methods and observer fields to specify the
service scope for the service. Used in conjunction with
Service
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Support inline instantiation of theServiceInstance
annotation. -
Optional Element Summary
-
Element Details
-
value
ServiceScope valueThe scope of the service.- Default:
- SINGLETON
-