Add some JavaDocs
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user