@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface InjectorFragment
@Named
annotation.
Normally a type that has a method annotated with the @Named
annotation will
generate a warning if the Sting annotation processor detects that the type is not annotated with the
@Injector
annotation. This warning is generated because the annotation processor
will not process the annotation and thus considers it an error.
ActAsStingComponent