Annotation Interface RPCFieldGetter
An annotation which can be added to a field to indicate when generating a data class serializer, that a specific
method should be used as the getter rather than either a direct field access or the best matching method.
- Since:
- 4.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueGet the name of the method (case-sensitive) to use as the getter for a specific field.- Returns:
- the name of the getter method to use.
-