diff --git a/api/src/main/java/io/github/mmm/code/api/type/CodeTypeCategory.java b/api/src/main/java/io/github/mmm/code/api/type/CodeTypeCategory.java index 0ee9bf3..5f3e023 100644 --- a/api/src/main/java/io/github/mmm/code/api/type/CodeTypeCategory.java +++ b/api/src/main/java/io/github/mmm/code/api/type/CodeTypeCategory.java @@ -24,7 +24,7 @@ public final class CodeTypeCategory { /** {@link CodeTypeCategory} for an {@link Class#isAnnotation() annotation}. */ public static final CodeTypeCategory ANNOTATION = new CodeTypeCategory("annotation"); - /** {@link CodeTypeCategory} for an {@link Class#isRecord() annotation}. */ + /** {@link CodeTypeCategory} for an {@link Class#isRecord() record}. */ public static final CodeTypeCategory RECORD = new CodeTypeCategory("record"); private final String value; diff --git a/pom.xml b/pom.xml index 28fe9f8..6a09738 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ Library to parse, analyze, transform and generate code with reflective support for both byte-code and source-code. - 11 + 17 code