Package 

Annotation RefractSetter


  • @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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value