Package org.apache.poi.util
Annotation Type SuppressForbidden
-
@Retention(CLASS) @Target({METHOD,TYPE}) public @interface SuppressForbidden
Marking class for elements to be ignored by the forbidden apis check
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
A reason for suppressing should always be given.
-