Interface | Description |
---|---|
ElementsExtended |
Wraps and extends
Elements with methods that cannot be added as
pure extension methods on MoreElements because they require per-instance state. |
Class | Description |
---|---|
AnnotationValueScanner8<R,P> | |
BridgeMethod |
A bridge method is used in Java to translate certain language constructs (like overriding methods
with covariant return types) into a form that can be understood by the VM.
|
MoreElements |