JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.github.yellowstonegames.core.annotations
GwtIncompatible
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface GwtIncompatible
@Retention
(
CLASS
)
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
,
FIELD
})
public @interface
GwtIncompatible
An annotation for the GWT compiler that makes a piece of code ignored on GWT only.