Package org.sosy_lab.common.annotations
Annotation Type SuppressForbidden
-
@Retention(CLASS) @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) public @interface SuppressForbidden
Annotation similar toSuppressWarnings
, but intended to be used with https://github.com/policeman-tools/forbidden-apis.
-
-
Element Detail
-
value
String value
Description and explanation of what and why is suppressed.
-
-