| Package | Description |
|---|---|
| net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
| net.bytebuddy.description.field |
Contains descriptions of Java fields.
|
| net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationList.Empty
Represents an empty annotation list.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldList.Empty
An implementation of an empty field list.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodList.Empty
An implementation of an empty method list.
|
static class |
ParameterList.Empty
An empty list of parameters.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeList.Empty
An implementation of an empty type list.
|
Copyright © 2014–2015. All rights reserved.