public static void pushOwner(final ServiceTarget target, final ServiceName... dependencies) {
   WRITE_OWNER.push(new WriteOwner(target, dependencies));
 }
Exemplo n.º 2
0
 /**
  * Set the current context selector for the current thread.
  *
  * @param selector The current selector
  */
 public static void pushCurrentSelector(final NamespaceContextSelector selector) {
   currentSelector.push(selector);
 }