File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
processor/src/main/java/org/mapstruct/ap Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 <forkCount >1</forkCount >
3535 <assertj .version>3.17.2</assertj .version>
3636 <!-- automatically run annotation processors within the incremental compilation -->
37- <!-- Needed for the hickory processor-->
37+ <!-- Needed for the gem tools processor-->
3838 <m2e .apt.activation>jdt_apt</m2e .apt.activation>
3939 </properties >
4040
Original file line number Diff line number Diff line change 6767 * <li>if no error occurred, write out the model into Java source files</li>
6868 * </ul>
6969 * <p>
70- * For reading annotation attributes, gems as generated with help of the <a
71- * href="https://java.net/projects/hickory">Hickory </a> tool are used . These gems allow a comfortable access to
72- * annotations and their attributes without depending on their class objects.
70+ * For reading annotation attributes, gems as generated with help of <a
71+ * href="https://github.com/mapstruct/tools-gem">Gem Tools </a>. These gems allow comfortable access to annotations and
72+ * their attributes without depending on their class objects.
7373 * <p>
7474 * The creation of Java source files is done using the <a href="http://freemarker.org/"> FreeMarker</a> template engine.
7575 * Each node of the mapper model has a corresponding FreeMarker template file which provides the Java representation of
Original file line number Diff line number Diff line change 3636import org .mapstruct .tools .gem .GemDefinition ;
3737
3838/**
39- * Triggers the generation of ge types using <a href="https://java.net/projects/hickory">Hickory </a>.
39+ * Triggers the generation of gem types using <a href="https://github.com/mapstruct/tools-gem">Gem Tools </a>.
4040 *
4141 * @author Gunnar Morling
4242 */
You can’t perform that action at this time.
0 commit comments