Polish @EnableAsync imports, etc
This commit is contained in:
parent
43b3b4c261
commit
124662189e
|
|
@ -106,8 +106,8 @@ import org.springframework.core.Ordered;
|
||||||
*/
|
*/
|
||||||
@Target(ElementType.TYPE)
|
@Target(ElementType.TYPE)
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Import(AsyncConfigurationSelector.class)
|
|
||||||
@Documented
|
@Documented
|
||||||
|
@Import(AsyncConfigurationSelector.class)
|
||||||
public @interface EnableAsync {
|
public @interface EnableAsync {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2008 the original author or authors.
|
* Copyright 2002-2011 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
import org.springframework.aop.aspectj.annotation.EnableAspectJAutoProxy;
|
|
||||||
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue