Skip to content

Commit

Permalink
Add generic Javadoc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 23, 2024
1 parent 6f24ab1 commit 541300f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* 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> {
Expand Down

0 comments on commit 541300f

Please sign in to comment.