Specifically I'd like to be able to create getter/setters that are on one
line as most of the time they don't anything other than assigning or
returning a variable.
The end result would look something like this..
public void setSomething(String something) { this.something = something; }
public void setElse(String else) { this.else = else; }
Damian Penney
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features