GH-2559: Fix InboundChannelAdapter's javadoc
Resolves https://github.com/spring-projects/spring-integration/issues/2559
* Fixed minor typo that does not let generate the expected javadoc
for a attribute/method
**Cherry-pick to 5.0.x**
(cherry picked from commit cdf2ced153)
This commit is contained in:
committed by
Artem Bilan
parent
e9e0c2cebb
commit
cbfadcdf61
@@ -68,9 +68,10 @@ public @interface InboundChannelAdapter {
|
||||
@AliasFor("value")
|
||||
String channel() default "";
|
||||
|
||||
/*
|
||||
{@code SmartLifecycle} options.
|
||||
Can be specified as 'property placeholder', e.g. {@code ${foo.autoStartup}}.
|
||||
/**
|
||||
* {@code SmartLifecycle} options.
|
||||
* Can be specified as 'property placeholder', e.g. {@code ${foo.autoStartup}}.
|
||||
* @return if the channel adapter is started automatically or not.
|
||||
*/
|
||||
String autoStartup() default "true";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user