Skip to content

Commit 623d78e

Browse files
committed
Add @author
1 parent 35ce947 commit 623d78e

File tree

13 files changed

+14
-0
lines changed

13 files changed

+14
-0
lines changed

spring-integration-core/src/main/java/org/springframework/integration/annotation/Aggregator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @author Marius Bogoevici
3535
* @author Oleg Zhurakousky
3636
* @author Artem Bilan
37+
* @author Chris Bono
3738
*/
3839
@Target({ ElementType.METHOD, ElementType.ANNOTATION_TYPE })
3940
@Retention(RetentionPolicy.RUNTIME)

spring-integration-core/src/main/java/org/springframework/integration/annotation/BridgeFrom.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
* is used as the {@code outputChannel} of the {@link org.springframework.integration.handler.BridgeHandler}.
3939
*
4040
* @author Artem Bilan
41+
* @author Chris Bono
4142
*
4243
* @since 4.0
4344
*/

spring-integration-core/src/main/java/org/springframework/integration/annotation/BridgeTo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* If no output channel is provided and no reply-channel exists, an exception is thrown.
4444
*
4545
* @author Artem Bilan
46+
* @author Chris Bono
4647
*
4748
* @since 4.0
4849
*/

spring-integration-core/src/main/java/org/springframework/integration/annotation/Filter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* @author Mark Fisher
4141
* @author Gary Russell
4242
* @author Artem Bilan
43+
* @author Chris Bono
4344
*
4445
* @since 2.0
4546
*/

spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
*
4747
* @author Artem Bilan
4848
* @author Gary Russell
49+
* @author Chris Bono
4950
*
5051
* @since 4.0
5152
*/

spring-integration-core/src/main/java/org/springframework/integration/annotation/Router.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
*
4646
* @author Mark Fisher
4747
* @author Artem Bilan
48+
* @author Chris Bono
4849
*/
4950
@Target({ ElementType.METHOD, ElementType.ANNOTATION_TYPE })
5051
@Retention(RetentionPolicy.RUNTIME)

spring-integration-core/src/main/java/org/springframework/integration/annotation/ServiceActivator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* @author Gary Russell
4444
* @author Artem Bilan
4545
* @author Yilin Wei
46+
* @author Chris Bono
4647
*/
4748
@Target({ ElementType.METHOD, ElementType.ANNOTATION_TYPE })
4849
@Retention(RetentionPolicy.RUNTIME)

spring-integration-core/src/main/java/org/springframework/integration/annotation/Splitter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* @author Mark Fisher
4444
* @author Gary Russell
4545
* @author Artem Bilan
46+
* @author Chris Bono
4647
*/
4748
@Target({ ElementType.METHOD, ElementType.ANNOTATION_TYPE })
4849
@Retention(RetentionPolicy.RUNTIME)

spring-integration-core/src/main/java/org/springframework/integration/annotation/Transformer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @author Mark Fisher
3232
* @author Gary Russell
3333
* @author Artem Bilan
34+
* @author Chris Bono
3435
*/
3536
@Target({ ElementType.METHOD, ElementType.ANNOTATION_TYPE })
3637
@Retention(RetentionPolicy.RUNTIME)

spring-integration-core/src/main/java/org/springframework/integration/config/annotation/AbstractMethodAnnotationPostProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
* @author Mark Fisher
104104
* @author Artem Bilan
105105
* @author Gary Russell
106+
* @author Chris Bono
106107
*/
107108
public abstract class AbstractMethodAnnotationPostProcessor<T extends Annotation>
108109
implements MethodAnnotationPostProcessor<T> {

spring-integration-core/src/main/java/org/springframework/integration/config/annotation/InboundChannelAdapterAnnotationPostProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* @author Artem Bilan
4545
* @author Gary Russell
4646
* @author Oleg Zhurakousky
47+
* @author Chris Bono
4748
*
4849
* @since 4.0
4950
*/

spring-integration-core/src/test/java/org/springframework/integration/configuration/EnableIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
* @author Artem Bilan
150150
* @author Gary Russell
151151
* @author Michael Wiles
152+
* @author Chris Bono
152153
*
153154
* @since 4.0
154155
*/

spring-integration-core/src/test/kotlin/org/springframework/integration/function/FunctionsTests.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ import java.util.stream.Collectors
5656

5757
/**
5858
* @author Artem Bilan
59+
* @author Chris Bono
60+
*
5961
*
6062
* @since 5.1
6163
*/

0 commit comments

Comments
 (0)