提交 12466218 编写于 作者: C Chris Beams

Polish @EnableAsync imports, etc

上级 43b3b4c2
......@@ -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 {
/**
......
/*
* 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册