Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
net.bytebuddy.implementation.bind.annotation |
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationDescription.AbstractBase.ForPrepared<S extends Annotation>
An abstract implementation of a loadable annotation description.
|
static class |
AnnotationDescription.ForLoadedAnnotation<S extends Annotation>
A description of an already loaded annotation.
|
protected class |
AnnotationDescription.Latent.Loadable<S extends Annotation>
A loadable annotation description of a latent annotation description.
|
Modifier and Type | Method and Description |
---|---|
static <U extends Annotation> |
AnnotationDescription.ForLoadedAnnotation.of(U annotation)
Creates a description of the given annotation.
|
<T extends Annotation> |
AnnotationList.ofType(Class<T> annotationType)
Finds the first annotation of the given type and returns it.
|
<T extends Annotation> |
AnnotationList.AbstractBase.ofType(Class<T> annotationType) |
<T extends Annotation> |
AnnotationList.Empty.ofType(Class<T> annotationType) |
<T extends Annotation> |
AnnotationDescription.prepare(Class<T> annotationType)
Links this annotation description to a given annotation type such that it can be loaded.
|
<T extends Annotation> |
AnnotationDescription.ForLoadedAnnotation.prepare(Class<T> annotationType) |
<T extends Annotation> |
AnnotationDescription.Latent.Loadable.prepare(Class<T> annotationType) |
Constructor and Description |
---|
Bound(TargetMethodAnnotationDrivenBinder.ParameterBinder<T> parameterBinder,
AnnotationDescription.Loadable<T> annotation)
Creates a new bound handler.
|
Copyright © 2014–2015. All rights reserved.