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 Classes
    Modifier and Type
    Class
    Description
    static final class 
    Support inline instantiation of the Reluctant annotation.