diff --git a/spring-graphql/src/main/java/org/springframework/graphql/data/ArgumentValue.java b/spring-graphql/src/main/java/org/springframework/graphql/data/ArgumentValue.java index 810e79a8..5defd64d 100644 --- a/spring-graphql/src/main/java/org/springframework/graphql/data/ArgumentValue.java +++ b/spring-graphql/src/main/java/org/springframework/graphql/data/ArgumentValue.java @@ -107,6 +107,7 @@ public final class ArgumentValue { /** * If a value is present, performs the given action with the value, otherwise does nothing. * @param action the action to be performed, if a value is present + * @since 1.4.0 */ public void ifPresent(Consumer action) { Assert.notNull(action, "Action is required");