Coverage Report - com.lexicalscope.fluentreflection.dynamicproxy.MethodBinding
 
Classes in this File Line Coverage Branch Coverage Complexity
MethodBinding
N/A
N/A
1
 
 1  
 package com.lexicalscope.fluentreflection.dynamicproxy;
 2  
 
 3  
 public interface MethodBinding<T> {
 4  
     void execute(MethodBody methodBody);
 5  
 
 6  
     void execute(QueryMethod queryMethod);
 7  
 }