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 5ee45eb commit f22a715Copy full SHA for f22a715
jector/src/main/java/com/avrsandbox/jector/core/work/TaskExecutorsManager.java
@@ -188,6 +188,7 @@ public Worker[] getWorkers() {
188
* Binds a worker method to some task executors via {@link WorkerTask}s.
189
*
190
* @param clazzes task executors key in the map
191
+ * @param worker the worker class containing the runnable annotated methods
192
* @param method the method to bind
193
* @param args the method arguments object
194
*/
0 commit comments