|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value={TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER}) public @interface Compat
A marker annotation to mark that a class, method or field is experimental and as such. Should never be used for any new code. Similar to deprecated, but provides additional meaning to developers on why certain classes exist.
Optional Element Summary | |
---|---|
java.lang.String |
notes
|
public abstract java.lang.String notes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |