This commit is contained in:
Michael Minella
2018-12-05 16:53:00 -06:00
parent 2c1e696da2
commit da56c2b08e
2 changed files with 4 additions and 6 deletions

View File

@@ -25,9 +25,8 @@ import org.springframework.transaction.PlatformTransactionManager;
/**
* Provides a strategy interface for providing configuration
* customization to the task system. Users should not directly use getter methods
* from a TaskConfigurer directly unless they are using it to supply beans in a
* class annotated with:
* {@link org.springframework.context.annotation.Configuration}.
* from a <code>TaskConfigurer</code> directly unless they are using it to supply the implementations
* for Spring Beans.
*
* @author Glenn Renfro
*/