public interface ArooaAnnotation
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name.
|
<T extends Annotation> |
realAnnotation(Class<T> annotationType)
Provide the real annotation if this is a wrapper for a real
annotation.
|
String getName()
<T extends Annotation> T realAnnotation(Class<T> annotationType)
annotationType - The annotation this might be a wrapper for.Copyright © 2023. All rights reserved.