Add generic Javadoc parameter

This commit is contained in:
Gary Gregory 2024-06-23 08:42:58 -04:00
parent 6f24ab1e6b
commit 541300f23a
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.apache.commons.collections4.Predicate;
* This interface enables tools to access the decorated predicates.
* </p>
*
* @param <T> the type of the input to the predicate.
* @since 3.1
*/
public interface PredicateDecorator<T> extends Predicate<T> {