Annotation Type GwtIncompatible
-
@Retention(CLASS) @Target({TYPE,METHOD,CONSTRUCTOR,FIELD}) @Documented public @interface GwtIncompatible
-
-
Element Detail
-
value
String value
An attribute that can be used to explain why the code is incompatible. A GwtIncompatible annotation can have any number of attributes; attributes are for documentation purposes and are ignored by the GWT compiler.- Default:
- ""
-
-