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 playframework/play-spring-loader#7
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
@Componentannotation. We should add aTwirlKeys.classAnnotationssetting to allow this.See also playframework/play-spring-loader#7