What is and what's the use of the Closure “directive”
问题 I see in the docs and in Closure.java references to "directive" with no explanation of whgat it is or what it is for, public static final int DONE = 1, SKIP = 2; private int directive; /** * @return Returns the directive. */ public int getDirective() { return directive; } /** * @param directive The directive to set. */ public void setDirective(int directive) { this.directive = directive; } I also googled it but I found not a single reference to it, except from some tests where it appears