Add generic Javadoc parameter
This commit is contained in:
parent
370da7382b
commit
6f24ab1e6b
|
@ -23,6 +23,7 @@ import org.apache.commons.collections4.Predicate;
|
||||||
/**
|
/**
|
||||||
* Predicate implementation that returns true if the input is null.
|
* Predicate implementation that returns true if the input is null.
|
||||||
*
|
*
|
||||||
|
* @param <T> the type of the input to the predicate.
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public final class NullPredicate<T> implements Predicate<T>, Serializable {
|
public final class NullPredicate<T> implements Predicate<T>, Serializable {
|
||||||
|
|
Loading…
Reference in New Issue