Annotation Interface RPCIgnore


@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface RPCIgnore
An annotation which can be added to a field to mark it as ignored when a data class serializer is generated. The constructor of the class is required to not hold the annotated field as well.

When a method in an api class is annotated with this annotation, the processor will not implement the method in the resulting api implementation.

Since:
4.0