101102103104105106107108109
this.service = service; this.method = method; this.parameterValues = parameterValues.clone(); this.wave = wave; final Priority priorityA = method.getAnnotation(Priority.class); this.priority = priorityA == null ? RunnablePriority.Low : priorityA.value(); }