Annotation Type Experimental


@Documented @Retention(CLASS) @Target(TYPE) public @interface Experimental
Marks a public type whose API is still considered experimental and may change without notice. Code annotated with @Experimental is not subject to cuDF Java compatibility guarantees.

Public nested types of an annotated type inherit the experimental status by association and do not need a separate marker.