Package gov.nih.mipav.model.file
Annotation Type MetadataExtractor.SuppressWarnings
-
public static @interface MetadataExtractor.SuppressWarningsUsed to suppress specific code analysis warnings produced by the Findbugs tool.- Author:
- Andreas Ziermann
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringjustificationAn explanation of why it is valid to suppress the warning in a particular situation/context.java.lang.StringvalueThe name of the warning to be suppressed.
-