Move package annotation.support.reactive to annotation.reactive

Aligned with invocation.reactive and transaction.reactive packages.

Closes gh-22887
This commit is contained in:
Juergen Hoeller
2019-05-04 17:34:32 +02:00
parent 9eb095d921
commit 57984c5705
14 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import reactor.core.publisher.Mono;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.util.List;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.lang.reflect.Method;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.lang.reflect.AnnotatedElement;
import java.lang.reflect.Method;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.lang.annotation.Annotation;
import java.util.ArrayList;

View File

@@ -4,7 +4,7 @@
*/
@NonNullApi
@NonNullFields
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;

View File

@@ -24,7 +24,7 @@ import org.springframework.core.codec.Encoder;
import org.springframework.lang.Nullable;
import org.springframework.messaging.Message;
import org.springframework.messaging.MessageDeliveryException;
import org.springframework.messaging.handler.annotation.support.reactive.MessageMappingMessageHandler;
import org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler;
import org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandler;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.time.Duration;
import java.util.HashMap;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.time.Duration;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.time.Duration;
import java.util.Collections;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.time.Duration;
import java.util.Arrays;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.messaging.handler.annotation.support.reactive;
package org.springframework.messaging.handler.annotation.reactive;
import java.nio.charset.StandardCharsets;
import java.time.Duration;