7e1848dd6a7f20f6692d5dc5f5cfefd49b587190
[controller.git] / opendaylight / config / yang-test / src / main / java / org / opendaylight / controller / config / yang / test / impl / NetconfTestImplModule.java
1 package org.opendaylight.controller.config.yang.test.impl;
2
3 /**
4 *
5 */
6 public final class NetconfTestImplModule extends org.opendaylight.controller.config.yang.test.impl.AbstractNetconfTestImplModule
7  {
8
9     public NetconfTestImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
10         super(identifier, dependencyResolver);
11     }
12
13     public NetconfTestImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
14             NetconfTestImplModule oldModule, java.lang.AutoCloseable oldInstance) {
15
16         super(identifier, dependencyResolver, oldModule, oldInstance);
17     }
18
19     @Override
20     protected void customValidation(){
21         // Add custom validation for module attributes here.
22     }
23
24     @Override
25     public java.lang.AutoCloseable createInstance() {
26         return NetconfTestImplModuleUtil.registerRuntimeBeans(this);
27     }
28 }