Annotation Type Experimental


  • @Retention(CLASS)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
    @Documented
    public @interface Experimental
    APIs annotated with @Experimental are likely to change and may be even removed in a future release. You can use this API - just be aware that a future version may require changes of your code. This is intended for getting feedback on planned features.