-
@Target(allowedTargets = {AnnotationTarget.FUNCTION}) public @interface RefractSetter
Marks a method as a property setter to be automatically (de)serialized. This annotation is only effective in classes with the @RefractClass annotation. A setter with no getter is considered an error.