@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface Unstable
Indicates that a java type (class, interface, method, etc) API is still unstable and subject to change at any time.
This means that the XWiki deprecation policy doesn't apply yet on the annotated type.
- Since:
- 5.0M1
- Version:
- $Id: da91121dff7a3bd2dbda25e6437865005647fe78 $