Package gov.nih.mipav.model.file
Annotation Type MetadataExtractor.SuppressWarnings
- Enclosing class:
MetadataExtractor
public static @interface MetadataExtractor.SuppressWarnings
Used to suppress specific code analysis warnings produced by the Findbugs tool.
- Author:
- Andreas Ziermann
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn explanation of why it is valid to suppress the warning in a particular situation/context.The name of the warning to be suppressed.
-
Element Details
-
value
String valueThe name of the warning to be suppressed.- Returns:
- The name of the warning to be suppressed.
-
justification
String justificationAn explanation of why it is valid to suppress the warning in a particular situation/context.- Returns:
- An explanation of why it is valid to suppress the warning in a particular situation/context.
-