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