/** * Generated file * Generated from: yang module name: config-test-impl yang module local name: impl-dep * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator * Generated at: Fri Sep 27 13:02:28 CEST 2013 * * Do not modify this file unless it is present under src/main directory */ package org.opendaylight.controller.config.yang.test.impl; /** * */ public final class DepTestImplModule extends org.opendaylight.controller.config.yang.test.impl.AbstractDepTestImplModule { public DepTestImplModule( org.opendaylight.controller.config.api.ModuleIdentifier name, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) { super(name, dependencyResolver); } public DepTestImplModule( org.opendaylight.controller.config.api.ModuleIdentifier name, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, DepTestImplModule oldModule, java.lang.AutoCloseable oldInstance) { super(name, dependencyResolver, oldModule, oldInstance); } @Override public void validate() { super.validate(); // Add custom validation for module attributes here. } @Override public java.lang.AutoCloseable createInstance() { return new AutoCloseable() { @Override public void close() throws Exception { } }; } }