@Documented
@Target(value={PACKAGE,TYPE,METHOD,FIELD,CONSTRUCTOR})
public @interface Experimental
Classes with this annotation may be renamed, changed or even removed in a future 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. All rights reserved.