Package com.drew.lang.annotations
Contains annotations used to extend the signatures of methods and fields, allowing tools such as IntelliJ IDEA
to provide design-time warnings about potential run-time errors.
-
Annotation Types Summary Annotation Type Description NotNull Nullable SuppressWarnings Used to suppress specific code analysis warnings produced by the Findbugs tool.