Closed mguymon closed 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.
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.