|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface UnstableIndicates 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.
| Optional Element Summary | |
|---|---|
String |
value
An optional explanation about the reason why the java type is unstable. |
public abstract String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||