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({METHOD}) @Retention(SOURCE)

public @interface Override

An annotation to indicate that a method is intended to override a superclass method. This provides a compile-time assertion that a method actually overrides the superclass method.