Class | Description |
---|---|
CitationAgent |
Java instrumentation agent for extracting references.
|
ReferenceListener |
Listener that registers instances of
Reference annotations. |
ReferencesClassTransformer |
ClassTransformer that dynamically augments classes and methods
annotated with Reference or References annotations to
register the annotations with a global listener if the class is constructed,
or the method is invoked. |