Merge pull request #302 from garyrussell/INT-2359a
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.jmx.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for JMX support.
|
||||
*/
|
||||
package org.springframework.integration.jmx;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to Spring Integration managed resources.
|
||||
*/
|
||||
package org.springframework.integration.monitor;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.mail.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for Mail support.
|
||||
*/
|
||||
package org.springframework.integration.mail;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to transforming mail messages.
|
||||
*/
|
||||
package org.springframework.integration.mail.transformer;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to the MongoDB message store.
|
||||
*/
|
||||
package org.springframework.integration.mongodb.store;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to Redis-backed channels.
|
||||
*/
|
||||
package org.springframework.integration.redis.channel;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.redis.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.redis.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting outbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.redis.outbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to the Redis message store.
|
||||
*/
|
||||
package org.springframework.integration.redis.store;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.rmi.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for RMI support.
|
||||
*/
|
||||
package org.springframework.integration.rmi;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to secured channels.
|
||||
*/
|
||||
package org.springframework.integration.security.channel;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers, bean post processors.
|
||||
*/
|
||||
package org.springframework.integration.security.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.stream.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for stream support.
|
||||
*/
|
||||
package org.springframework.integration.stream;
|
||||
Reference in New Issue
Block a user