Package net.minecraft.util.annotation
-
Annotation Types Summary Annotation Type Description Debug An annotation, mostly on side-effect-free methods.FieldsAreNonnullByDefault Specifies that all fields in the annotated package/class are nonnull unless nullability is specified with a separate annotation.MethodsReturnNonnullByDefault Specifies that all methods in the annotated package/class return nonnull values unless nullability is specified with a separate annotation.