Annotation Type BareInjector


  • @Retention(CLASS)
    @Target(TYPE)
    public @interface BareInjector
    Marks the class in question as a class to be added to the service provider file (META-INF/services/ftbsc.lll.IInjector) without actually processing it. This can be used to mix in a same project regular IInjectors and those generated by the processor.
    Since:
    0.6.1