org.xwiki.stability
Annotation Type Unstable


@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: df85a5b6bcb98dfb8c82d963594125d7031981a8 $

Optional Element Summary
 String value
          An optional explanation about the reason why the java type is unstable.
 

value

public abstract String value
An optional explanation about the reason why the java type is unstable.

Default:
""


Copyright © 2004–2014 XWiki. All rights reserved.