Annotation Interface ApiSide.ServerOnly

Enclosing class:
ApiSide

@Documented @Internal @Retention(CLASS) @Target({TYPE,METHOD}) public static @interface ApiSide.ServerOnly
All class or method that has this annotation means its feature will only be called on the server-side. Server-side in this case could be the integrated or the dedicated server one.