Skip to content

Commit

Permalink
Add javadoc to package org.junit.jupiter.params.support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Merdes authored and Matthias Merdes committed Mar 31, 2017
1 parent d0c5aef commit 5aa03d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
import org.junit.platform.commons.meta.API;

/**
* {@code @AnnotationConsumer} is a {@code @FunctionalInterface} for consuming
* {@code Annotation}s.
*
* It is typically implemented by implementations of {@code ArgumentsProvider}
* signalling that they can {@code accept} a certain annotation.
*
* @since 5.0
*/
@API(Experimental)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
import org.junit.platform.commons.util.AnnotationUtils;

/**
* {@code @AnnotationInitializer} is an internal helper class for initializing annotations.
*
* @since 5.0
*/
@API(Internal)
Expand Down

0 comments on commit 5aa03d8

Please sign in to comment.