We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc79ba commit d85a020Copy full SHA for d85a020
spring-context/src/main/java/org/springframework/scheduling/config/Task.java
@@ -50,7 +50,9 @@ public Task(Runnable runnable) {
50
51
52
/**
53
- * Return the underlying task.
+ * Return a {@link Runnable} that executes the underlying task.
54
+ * <p>Note, this does not necessarily return the {@link Task#Task(Runnable) original runnable}
55
+ * as it can be wrapped by the Framework for additional support.
56
*/
57
public Runnable getRunnable() {
58
return this.runnable;
0 commit comments