Remove redundant getter/setter methods from generated classe
Brought to you by:
woolfel
Kind of a nitpick, but I would like to have the option to generate classes with just the properties rather than the redundant getSomeProperty() setSomeProperty() methods.
I noticed in the source code comments that it was stated that you could not specify properties in an interface. However this is not true, at least, not anymore.
Since C# 2.0 (at least) it has been possible to specify properties in an interface, so it shouldn't be a problem.