This {@link Descriptor} returns the {@link Environment} of the current {@link WireContext}.
50515253545556
* */ public class EnvironmentBinding implements Binding { public Object parse(Element element, Parse parse, Parser parser) { return new EnvironmentDescriptor(); }