We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80890ba commit 33333e4Copy full SHA for 33333e4
core/src/main/java/io/github/almightysatan/jaskl/annotation/AnnotationManager.java
@@ -34,7 +34,8 @@ public interface AnnotationManager {
34
* Some annotations are registered by default (see {@link Validate}).
35
*
36
* @param annotationClass the class of the annotation
37
- * @param validatorFunction a function (annotation) -> {@link Validator}
+ * @param validatorFunction a function that maps an instance of the annotation (and it's values) to a
38
+ * {@link Validator}
39
* @param <A> the annotation
40
* @param <T> the type of the validator
41
* @throws IllegalArgumentException if the given class is not an annotation
0 commit comments