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
Nested ClassesModifier and TypeClassDescriptionstatic final classSupport inline instantiation of theReluctantannotation.