mguymon / model-citizen

Annotation based model factory for Java
Apache License 2.0
94 stars 13 forks source link

Allow blueprints to work with any fields, regardless of scope. #3

Closed mguymon closed 13 years ago

mguymon commented 13 years ago

Allow blueprints to work with any fields, regardless of scope. Presently only 'public' scoped fields work, for example

@Default public name = "Bob";

Using reflection to override the scope, allow 'private' and 'protected' scoped variables to be used.