Skip to content

Commit 8a6d5ca

Browse files
Matthias Merdesmarcphilipp
authored andcommitted
Add javadoc to package org.junit.jupiter.params.support
#14
1 parent 0183311 commit 8a6d5ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/support/AnnotationConsumer.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
import org.junit.platform.commons.meta.API;
1919

2020
/**
21+
* {@code @AnnotationConsumer} is a {@code @FunctionalInterface} for consuming
22+
* {@code Annotation}s.
23+
*
24+
* It is typically implemented by implementations of {@code ArgumentsProvider}
25+
* signalling that they can {@code accept} a certain annotation.
26+
*
2127
* @since 5.0
2228
*/
2329
@API(Experimental)

junit-jupiter-params/src/main/java/org/junit/jupiter/params/support/AnnotationInitializer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
import org.junit.platform.commons.util.AnnotationUtils;
2525

2626
/**
27+
* {@code @AnnotationInitializer} is an internal helper class for initializing annotations.
28+
*
2729
* @since 5.0
2830
*/
2931
@API(Internal)

0 commit comments

Comments
 (0)