|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=METHOD) public @interface GwtIncompatible
The presence of this annotation on a method indicates that the method may
not be used with the
Google Web Toolkit (GWT),
even though its type is annotated as GwtCompatible
and accessible in
GWT. They can cause GWT compilation errors or simply unexpected exceptions
when used in GWT.
Note that this annotation should only be applied to methods of types which
are annotated as GwtCompatible
.
Required Element Summary | |
---|---|
String |
value
Describes why the annotated element is incompatible with GWT. |
Element Detail |
---|
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |