|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Deprecated @Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER}) public static @interface AutoBean.PropertyName
An annotation that allows inferred property names to be overridden.
This annotation is asymmetric, applying it to a getter will not affect the
setter. The asymmetry allows existing users of an interface to read old
AutoBeanCodex
messages, but write new ones.
AutoBeans has moved to
com.google.web.bindery.autobeans
. This package will be
removed in a future version of GWT.
Required Element Summary | |
---|---|
java.lang.String |
value
Deprecated. |
Element Detail |
---|
public abstract java.lang.String value
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |