@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Enum | Description | 
|---|---|
| Experimental.Kind | 
 An enumeration of various kinds of experimental APIs. 
 | 
| Annotation Type | Description | 
|---|---|
| Experimental | 
 Signifies that a public API (public class, method or field) is subject to incompatible changes,
 or even removal, in a future release. 
 | 
| Internal | 
 Signifies that a publicly accessible API (public class, method or field) is intended for internal
 use only and not for public consumption. 
 |