Skip to content

Commit

Permalink
Document that GenericFilter is not intended to be implemented directly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 21, 2016
1 parent 338d1e4 commit 4ceddca
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -11,7 +11,10 @@
package org.junit.gen5.engine;

/**
* {@code GenericFilter} filters particular tests during and after test discovery.
* Filters particular tests during/after test discovery.
*
* <p>Clients should not implement this interface directly but rather one of
* its subinterfaces.
*
* @since 5.0
* @see DiscoveryFilter
Expand Down

0 comments on commit 4ceddca

Please sign in to comment.