Package org.osgi.service.cdi.annotations
Annotation Type Reluctant
@Documented
@Qualifier
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER,TYPE})
public @interface Reluctant
Annotation used to indicate that the behavior of the reference should be
reluctant. Used in conjunction with
@Reference
,
BindService
, BindServiceReference
or
BindBeanServiceObjects
.- Author:
- $Id: 2f17c682618e0a366e1b31df807e504ecc1fb701 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Support inline instantiation of theReluctant
annotation.