show/hide this revision's text 4 Rollback to Revision 2

I'm looking for a solution to the verbosity excessive verboseness of Java without using Groovy

show/hide this revision's text 3 reduced verbosity of title

I'm looking for a solution to the excessive verboseness verbosity of Java without using Groovy

show/hide this revision's text 2 added 45 characters in body

I like how Groovy makes all of your instance variables and class variables public and writes getters and setters on your behalf. This saves a lot of unnecessary coding. On the other hand, my boss hates it, making me very sad :(

Is there a way to achieve this the conciseness of Groovy in Java without having to use Groovy or some other framework/add-on?

I have a feeling the powers that be will not take kindly to the introduction of this foreign framework where I work. What

So what I'm looking for is a solution to the excessive verboseness of Java without using Groovy or something like it.

Can it be done in Java alone - such as by simply making everything public?

show/hide this revision's text 1