Package | Description |
---|---|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
Modifier and Type | Class and Description |
---|---|
static class |
TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm
A dispatcher for a modern JVM that supports type annotations.
|
static class |
TypeDescription.Generic.AnnotationReader.Dispatcher.ForLegacyVm
A dispatcher for
TypeDescription.Generic.AnnotationReader s on a legacy VM that does not support type annotations. |
Modifier and Type | Field and Description |
---|---|
static TypeDescription.Generic.AnnotationReader.Dispatcher |
TypeDescription.Generic.AnnotationReader.DISPATCHER
The dispatcher to use.
|
Modifier and Type | Method and Description |
---|---|
TypeDescription.Generic.AnnotationReader.Dispatcher |
TypeDescription.Generic.AnnotationReader.Dispatcher.CreationAction.run() |
Copyright © 2014–2018. All rights reserved.