Annotation Type Experimental
- 
@Retention(CLASS) @Target({TYPE,METHOD}) @Inherited public @interface Experimental
An annotation indicating that the given type is experimental.Classes annotated with this may change without notice.
 
@Retention(CLASS) @Target({TYPE,METHOD}) @Inherited public @interface Experimental
Classes annotated with this may change without notice.