Package org.fest.reflect.type

Provides a "fluent" API for loading classes dynamically.

Note: Classes in this package are not intended to be used directly. To use them, you need to use the class org.fest.reflect.core.Reflection.

Here are some examples:

   // import static org.fest.reflect.core.Reflection.*;

   // Loads the class 'org.republic.Jedi"
   Class<?> jediType = type("org.republic.Jedi").load();