Add generic Javadoc parameter
This commit is contained in:
parent
6f24ab1e6b
commit
541300f23a
|
@ -24,6 +24,7 @@ import org.apache.commons.collections4.Predicate;
|
||||||
* This interface enables tools to access the decorated predicates.
|
* This interface enables tools to access the decorated predicates.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
* @param <T> the type of the input to the predicate.
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
public interface PredicateDecorator<T> extends Predicate<T> {
|
public interface PredicateDecorator<T> extends Predicate<T> {
|
||||||
|
|
Loading…
Reference in New Issue