@Documented @Target(value={PACKAGE,TYPE,METHOD,FIELD,CONSTRUCTOR}) @Retention(value=RUNTIME) public @interface Experimental
Classes, methods, fields and constructors marked with this annotation may be renamed, changed or even removed in a future minor version. This annotation doesn't mean that the implementation has an experimental quality.
If a type is marked with this annotation, all its members are considered experimental.
Copyright © 2025 lettuce.io. All rights reserved.