/**
* Library for java reflection in a fluent style. The class {@link com.lexicalscope.fluentreflection.FluentReflection}
* contains the main entry point to the class.
*
* More documentation can be found on the <a href="https://github.com/lexicalscope/fluent-reflection/wiki">FluentReflection wiki</a>
*/
package com.lexicalscope.fluentreflection;