Add some JavaDocs

This commit is contained in:
Artem Bilan
2014-03-14 22:56:33 +02:00
parent 1b9076ca26
commit c583351bff
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ import org.springframework.integration.dsl.support.EndpointConfigurer;
import org.springframework.messaging.MessageChannel;
/**
* The central factory for fluent {@link IntegrationFlowBuilder} API.
*
* @author Artem Bilan
*/
public final class IntegrationFlows {

View File

@@ -17,8 +17,9 @@
package org.springframework.integration.dsl.core;
/**
* The common Builder abstraction.
*
* @author Artem Bilan
*/
public abstract class IntegrationComponentSpec<S extends IntegrationComponentSpec<S, T>, T> {