|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=SOURCE) @Inherited public @interface Preliminary
The annotated API element is preliminary and subject to major change. The idea for this type was shamelessly stolen from
http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html
The String argument should detail why the annotated element is preliminary. This annotation itself is preliminary (prototype stage).
| Optional Element Summary | |
|---|---|
String |
value
why this is preliminary. |
@Preliminary(value="lack of known use cases") public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||