Refactored support for @Order on @Bean methods as well as @Priority handling

Issue: SPR-11310
Issue: SPR-10548
This commit is contained in:
Juergen Hoeller
2014-09-04 00:41:13 +02:00
parent 82f8b4330c
commit c6d29f1a31
17 changed files with 284 additions and 664 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.context.annotation.spr11310;
package org.springframework.context.annotation;
import static org.junit.Assert.*;
@@ -30,7 +30,6 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
/**
*
* @author Stephane Nicoll
*/
public class Spr11310Tests {