Package org.sosy_lab.common.annotations
@CheckReturnValue
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
@FieldsAreNonnullByDefault
package org.sosy_lab.common.annotations
This package contains several general-purpose annotations.
-
Annotation InterfacesClassDescriptionAn annotation similar to
ParametersAreNonnullByDefaultthat defines that all fields inside the annotated element are never null, unless this is overridden with another method.An annotation similar toParametersAreNonnullByDefaultthat defines that all methods inside the annotated element do not return null, unless this is overridden with another annotation.Annotation similar toSuppressWarnings, but intended to be used with https://github.com/policeman-tools/forbidden-apis.Annotation for component that are considered unmaintained, and might have inferior quality.