- Allow custom templates to be passed in
- Return model from AfterCreate Callback
- Add Spring Support
- Add AfterCreateCallback
- Remove need for @NewInstance, just checks for ConstructorCallback directly
- Create new callback package, deprecate old ConstructorCallback and FieldCallback
- Allow for inheritenace in Blueprints (Issue #16)
- Fix ordering of Blueprint properties so implementation properties overrides inherited.