Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

@Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE}) @Retention(SOURCE)

public @interface SuppressWarnings

An annotation that indicates a compiler should suppress any warnings of the type specified in the #value().

Methods

public abstract String[] value()

Method details

value

public abstract String[] value()