protected static interface TypePool.Default.AnnotationRegistrant
Modifier and Type | Interface and Description |
---|---|
static class |
TypePool.Default.AnnotationRegistrant.AbstractBase
An abstract base implementation of an annotation registrant.
|
static class |
TypePool.Default.AnnotationRegistrant.ForByteCodeElement
An annotation collector for a byte code element.
|
static class |
TypePool.Default.AnnotationRegistrant.ForTypeVariable
An annotation collector for a type variable.
|
Modifier and Type | Method and Description |
---|---|
void |
onComplete()
Called once all annotation values are visited.
|
void |
register(String name,
AnnotationValue<?,?> annotationValue)
Registers an annotation value.
|
void register(String name, AnnotationValue<?,?> annotationValue)
name
- The name of the annotation value.annotationValue
- The value of the annotation.void onComplete()
Copyright © 2014–2016. All rights reserved.