Class Summary |
AdaptiveParanamer |
Implementation of Paranamer which automatically chooses between two Paranamer implementations depending on which can supply data |
BytecodeReadingParanamer |
An ASM-based implementation of Paranamer. |
CachingParanamer |
Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality. |
DefaultParanamer |
Default implementation of Paranamer |
JavadocParanamer |
Implementation of Paranamer which can access Javadocs at runtime to extract
parameter names of methods. |
ParanamerConstants |
Constants shared by all Paranamer components |