INT-3664: Fix Javadoc

This commit is contained in:
Gary Russell
2015-04-16 14:36:32 +01:00
parent b6cfd4fa76
commit 73522d2aae

View File

@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
/**
* An annotation to be applied for the {@link org.springframework.messaging.MessageChannel} bean definition
* from JavaConfig - on {@link @Bean} method level.
* from JavaConfig - on {@code @Bean} method level.
* <p>
* Applies the {@link ChannelSecurityInterceptor}(s) using provided {@link #interceptor()} bean name(s).
* <p>