INT-2371 - add package-info.java files - XML
See: https://jira.springsource.org/browse/INT-2371 INT-2370 - add package-info.java files - JDBC Reference: https://jira.springsource.org/browse/INT-2370 Add package-info.java files - Twitter For reference: https://jira.springsource.org/browse/INT-2383 INT-2386 - add package-info.java files - XMPP For reference: https://jira.springsource.org/browse/INT-2386 INT-2384 - add package-info.java files - WS Reference: https://jira.springsource.org/browse/INT-2384 INT-2382 - add package-info.java files - Test For reference: https://jira.springsource.org/browse/INT-2382
This commit is contained in:
committed by
Mark Fisher
parent
87fdf08fee
commit
bd3a93d601
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides several {@link org.hamcrest.BaseMatcher} implementations.
|
||||
*/
|
||||
package org.springframework.integration.test.matcher;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides several test support classes including for testing Spring Integration
|
||||
* request-response message scenarios.
|
||||
*/
|
||||
package org.springframework.integration.test.support;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Provides various test utilities, for example
|
||||
* {@link org.springframework.integration.test.util.TestUtils} provides convenience
|
||||
* helpers to easily retrieve private bean properties.
|
||||
*/
|
||||
package org.springframework.integration.test.util;
|
||||
Reference in New Issue
Block a user