Annotation Type InjectAnnotation
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @interface InjectAnnotation
Declares an annotation as a custom inject annotation.
@Target(ANNOTATION_TYPE)
@Retention(RUNTIME)
@Documented
public @interface InjectAnnotation