Coverage Report - com.lexicalscope.fluentreflection.package-info
 
Classes in this File Line Coverage Branch Coverage Complexity
package-info
N/A
N/A
0
 
 1  
 /**
 2  
  * Library for java reflection in a fluent style. The class {@link com.lexicalscope.fluentreflection.FluentReflection}
 3  
  * contains the main entry point to the class.
 4  
  *
 5  
  * More documentation can be found on the <a href="https://github.com/lexicalscope/fluent-reflection/wiki">FluentReflection wiki</a>
 6  
  */
 7  
 package com.lexicalscope.fluentreflection;