Annotation Interface ServerUseOnly


@Retention(CLASS) @Documented @Inherited @Target({FIELD,TYPE,METHOD}) public @interface ServerUseOnly
The @ServerUseOnly annotation signifies that the associated item relies on classes that only exist on the server, and thus using it on the client will cause a crash or exception.