Polish @EnableAsync Javadoc and related XSD

This commit is contained in:
Chris Beams
2011-06-02 14:42:26 +00:00
parent 066daaf5be
commit 3e5c6306be
7 changed files with 59 additions and 24 deletions

View File

@@ -25,12 +25,13 @@ import org.springframework.scheduling.annotation.AbstractAsyncConfiguration;
import org.springframework.scheduling.annotation.EnableAsync;
/**
* Enables AspectJ-based asynchronous method execution.
* {@code @Configuration} class that registers the Spring infrastructure beans necessary
* to enable AspectJ-based asynchronous method execution.
*
* @author Chris Beams
* @since 3.1
* @see EnableAsync
* @see EnableAsync#mode
* @see AsyncConfigurationSelector
*/
@Configuration
public class AspectJAsyncConfiguration extends AbstractAsyncConfiguration {