diff --git a/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java b/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java index c08c1afd15..6887badb28 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java @@ -75,9 +75,9 @@ public abstract class MessageProducerSpec, P * Such endpoints can be started/stopped as a group. * @param role the role for this endpoint. * @return the endpoint spec + * @since 6.1.8 * @see org.springframework.context.SmartLifecycle * @see org.springframework.integration.support.SmartLifecycleRoleController - * @since 6.1.8 */ public S role(String role) { this.target.setRole(role);