Package org.dynalang.classtoken

Interface Summary
ClassTokenListener Interface that can be implemented in objects interested in receiving events about class tokens.
 

Class Summary
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).