public abstract class BaseAnnotated extends java.lang.Object implements Annotated
| Constructor and Description |
|---|
BaseAnnotated(java.lang.reflect.Type baseType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
getBaseType()
Get the type of the annotated program element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentpublic java.lang.reflect.Type getBaseType()
AnnotatedGet the type of the annotated program element.
getBaseType in interface AnnotatedCopyright © 2015. All Rights Reserved.