Polish @EnableAsync imports, etc

This commit is contained in:
Chris Beams 2011-11-16 04:20:22 +00:00
parent 43b3b4c261
commit 124662189e
2 changed files with 2 additions and 4 deletions

View File

@ -106,8 +106,8 @@ import org.springframework.core.Ordered;
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(AsyncConfigurationSelector.class)
@Documented
@Import(AsyncConfigurationSelector.class)
public @interface EnableAsync {
/**

View File

@ -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");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
import org.springframework.aop.aspectj.annotation.EnableAspectJAutoProxy;
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software