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