You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 aTwirlKeys.classAnnotations
setting to allow this.See also playframework/play-spring-loader#7
The text was updated successfully, but these errors were encountered: