Annotation Type BQInject


  • @Target({METHOD,CONSTRUCTOR,FIELD})
    @Retention(RUNTIME)
    @Documented
    public @interface BQInject
    A runtime annotation for marking injection point. Constructors and fields marked with this annotation will be used as injection points, just like marked with Inject annotation. Moreover later should be proffered in most cases.