Merge "Fixed performance issues with implementation of BA-to-BI mapping"
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / codegen / util / MethodGenerator.java
1 package org.opendaylight.controller.sal.binding.codegen.util;
2
3 import javassist.CtMethod;
4
5 public interface MethodGenerator {
6     void process(CtMethod method);
7 }