Annotation Type SuppressForbidden
-
@Retention(CLASS) @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) public @interface SuppressForbiddenAnnotation to suppress forbidden-apis errors inside a whole class, a method, or a field. Duplicated from core as main sources of logger-usage project have no dependencies on core
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringreason
-