hakandilek / play2-crud

Simple CRUD & DAO implementation for play2
Other
142 stars 52 forks source link

Update TemplateController.java #62

Closed eljaydub closed 8 years ago

eljaydub commented 8 years ago

Clarify how the user can change templatePackageName in a derived class. It's worth considering making this field a private bean property with corresponding getters and setters to avoid confusion.