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

@@ -233,9 +233,8 @@ custom implementation of the `TaskConfigurer` interface. Typically, extending th
overriding the required getter is sufficient. However, implementing your own from scratch
may be required.
NOTE: Users should not directly use getter methods from a TaskConfigurer directly
unless they are using it to supply beans in a class annotated with
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/Configuration.html[Configuration].
NOTE: Users should not directly use getter methods from a `TaskConfigurer` directly
unless they are using it to supply implementations to be exposed as Spring Beans.
[[features-task-name]]
=== Task Name