Annotation Interface Unstable


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Unstable
Indicates that the API of the annotated method or type is subject to change in future versions. This annotation serves as a warning to developers that they should use the method or type with caution, as its parameters, methods, or behavior could change.