querydsl / codegen

Java/Scala Code generation tool
Apache License 2.0
23 stars 22 forks source link

Add method beginOverridePublicMethod for ScalaWriter #34

Closed bouil closed 9 years ago

bouil commented 9 years ago

Add ability to create override def methods.

This is required for querydsl if the BeanSerializer used is a custom class that wants to generate equals and hashCode methods on Beans. Such methods are required to have the override modifier.

timowest commented 9 years ago

Looks good.

Shredder121 commented 9 years ago

Sorry for being so late. This indeed looks good, thanks @bouil! I'll merge this.