| Package | Description |
|---|---|
| com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassPath
Represents a class that can be loaded through
ClassPath.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSet |
ClassPath.getResources()
Returns all resources loadable from the current class path, including the class files of all loadable classes but excluding the "META-INF/MANIFEST.MF" file.
|