twirl
twirl copied to clipboard
Support for adding class annotations
Some frameworks require adding annotations to the class. For example if you use classpath scanning in Spring to detect components you need to add the @Component annotation. We should add a TwirlKeys.classAnnotations setting to allow this.
See also https://github.com/playframework/play-spring-loader/issues/7