Update migration-guide.adoc

This commit is contained in:
Steve Ebersole 2023-10-03 18:00:14 -05:00
parent e24511f415
commit b8040bb898
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ only the entity with id equals to 2 will be loaded but the proxy will not be ini
[[metamodel-generation]]
== Integrating Static Metamodel Generation
The integration of static metamodel generation in a project has changed; the recommended way to do this now is by harnessing the annotation processor classpath. This is true for both gradle and maven.
The integration of static metamodel generation in a project has changed; the recommended way to do this now is by harnessing the annotation processor classpath. This is true for both Gradle and Maven.
Check out the specific sections in the User Guide for a guideline on how to do this for {userGuideBase}#tooling-gradle-modelgen[Gradle] or {userGuideBase}#tooling-maven-modelgen[Maven].