Hi All,Would it be possible to integrate an annotation that combines @Getter and @Setter together? Possibilities:@GetterAndSetter@GetterSetterI imagine that people would be using the two together quite frequently, and hence it would be nice not to have to explicitly place two annotations each time.What do others think?--