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