Class Summary |
ClassLoaderWrapper |
A class to wrap access to multiple class loaders making them work as one |
ResolverUtil<T> |
ResolverUtil is used to locate classes that are available in the/a class path and meet
arbitrary conditions. |
ResolverUtil.AnnotatedWith |
A Test that checks to see if each class is annotated with a specific annotation. |
ResolverUtil.IsA |
A Test that checks to see if each class is assignable to the provided class. |
Resources |
A class to simplify access to resources through the classloader. |