@DefaultAnnotation(value=org.checkerframework.checker.nullness.qual.NonNull.class) @Internal
See: Description
Annotation Type | Description |
---|---|
Internal |
Signifies that a publicly accessible API (public class, method or field) is intended for internal
use only and not for public consumption.
|