@Retention(value=RUNTIME)
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface GwtIncompatible
It is used to indicate that a business method or field must be ignored by the GWT compiler and the Remote/Mobile
service generator.
- Author:
- ameyer