Skip to content

Commit 33333e4

Browse files
Fix docs
1 parent 80890ba commit 33333e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/io/github/almightysatan/jaskl/annotation/AnnotationManager.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public interface AnnotationManager {
3434
* Some annotations are registered by default (see {@link Validate}).
3535
*
3636
* @param annotationClass the class of the annotation
37-
* @param validatorFunction a function (annotation) -> {@link Validator}
37+
* @param validatorFunction a function that maps an instance of the annotation (and it's values) to a
38+
* {@link Validator}
3839
* @param <A> the annotation
3940
* @param <T> the type of the validator
4041
* @throws IllegalArgumentException if the given class is not an annotation

0 commit comments

Comments
 (0)