Skip to content

Commit a565a72

Browse files
authored
Fix doc for "One sentence per line"
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
1 parent 2a225a3 commit a565a72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/reference/antora/modules/ROOT/pages/configuration/annotations.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ public class FooService {
2020
}
2121
----
2222

23-
NOTE: Starting with version 7.1, the `spring.integration.annotations.enable` property in the Spring environment can be used to control method-level annotations processing. By default, this property is `true`. It can be set to `false` to disable messaging annotations processing.
23+
NOTE: Starting with version 7.1, the `spring.integration.annotations.enable` property in the Spring environment can be used to control method-level annotations processing.
24+
By default, this property is `true`.
25+
It can be set to `false` to disable messaging annotations processing.
2426

2527
Exactly what it means for the method to "`handle`" the Message depends on the particular annotation.
2628
Annotations available in Spring Integration include:

0 commit comments

Comments
 (0)