Annotation Type Experimental


  • @Inherited
    @Retention(RUNTIME)
    @Target({FIELD,TYPE,METHOD})
    public @interface Experimental
    Annotation that specifies that an element is experimental, has unstable API or may change without notice. This annotation is inherited.