Annotation Type Incubating


  • @Documented
    @Retention(RUNTIME)
    @Target({PACKAGE,TYPE,ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD})
    public @interface Incubating
    Indicates that a feature is incubating. This means that the feature is currently a work-in-progress and may change at any time.