ab43dea5e457c3b32897196706c43232b5e402a4
[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 public class NetconfTestImplModule extends org.opendaylight.controller.config.yang.test.impl.AbstractNetconfTestImplModule {
3     public NetconfTestImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
4         super(identifier, dependencyResolver);
5     }
6
7     public NetconfTestImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.opendaylight.controller.config.yang.test.impl.NetconfTestImplModule oldModule, java.lang.AutoCloseable oldInstance) {
8         super(identifier, dependencyResolver, oldModule, oldInstance);
9     }
10
11     @Override
12     public void customValidation() {
13         // add custom validation form module attributes here.
14     }
15
16     @Override
17     public java.lang.AutoCloseable createInstance() {
18 return NetconfTestImplModuleUtil.registerRuntimeBeans(this);
19
20     }
21
22 }