Package org.hibernate
Annotation Type Incubating
-
@Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,FIELD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface Incubating
Marks certain of packages, types, etc. as incubating, potentially recursively. Incubating indicates something that is still being actively developed and therefore may change at a later time; a "tech preview". Users of these types and methods are considered early adopters who help shape the final definition of these types/methods, along with the needs of consumers.