Package org.osgi.service.cdi.annotations
Annotation Interface 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
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Support inline instantiation of theReluctant
annotation.