Annotation Type Incubating
@Documented
@Retention(RUNTIME)
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,ANNOTATION_TYPE,PACKAGE})
public @interface Incubating
Indicates experimental and still-to-be-refined API, which may change at any time.
- Since:
- 2.5.0