Add generic Javadoc parameter
This commit is contained in:
parent
acec0349ef
commit
405ad435e5
|
@ -24,6 +24,7 @@ import org.apache.commons.collections4.Predicate;
|
|||
/**
|
||||
* Predicate implementation that always throws an exception.
|
||||
*
|
||||
* @param <T> the type of the input to the predicate.
|
||||
* @since 3.0
|
||||
*/
|
||||
public final class ExceptionPredicate<T> implements Predicate<T>, Serializable {
|
||||
|
|
Loading…
Reference in New Issue