Coverage Report - com.lexicalscope.fluentreflection.dynamicproxy.MethodBody
 
Classes in this File Line Coverage Branch Coverage Complexity
MethodBody
N/A
N/A
1
 
 1  
 package com.lexicalscope.fluentreflection.dynamicproxy;
 2  
 
 3  
 public interface MethodBody {
 4  
     void body() throws Throwable;
 5  
 }