| Interface | Description |
|---|---|
| ClassTokenListener |
Interface that can be implemented in objects interested in receiving events
about class tokens.
|
| Class | Description |
|---|---|
| ClassToken |
The class token is used as a surrogate representation for a
Class object in various contexts where it is undesirable
to keep a strong reference to the Class object itself. |
| ClassTokenInvalidatedEvent |
Event that is fired sometime (no later than next invocation of
ClassToken.forClass(Class))after one or more class tokens becomes
invalid (the classes they represent became less than weakly reachable). |