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 $