matrei commented on code in PR #16019:
URL: https://github.com/apache/grails-core/pull/16019#discussion_r3702093276


##########
grails-doc/src/en/guide/conf/applicationClass/applicationLifeCycle.adoc:
##########
@@ -34,3 +34,5 @@ class Application extends GrailsAutoConfiguration {
     ...
 }
 ----
+
+The `Application` class can also define its beans at compile time instead, by 
annotating it with `@GrailsBeans` — see 
link:spring.html#springdslAdditional[Configuring Additional Beans].

Review Comment:
   Is the `@GrailsBeans` annotation necessary on the `Application` class?
   (I know it isn't)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to