Annotation Interface CalledByReflection


@Documented @Retention(SOURCE) @Target({TYPE,FIELD,METHOD,CONSTRUCTOR}) public @interface CalledByReflection
Indicates that a class, field, method, or constructor is called by reflection.

This annotation is used purely to suppress warnings about reflection usage.