public abstract class AnnotationData<N extends java.lang.annotation.Annotation>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected N |
annotation |
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationData(N annotation) |
| Modifier and Type | Method and Description |
|---|---|
N |
annotation()
Returns annotation instance.
|
Copyright © 2003-present Jodd Team