public abstract class BaseAnnotated extends Object implements Annotated
Constructor and Description |
---|
BaseAnnotated(Type baseType) |
Modifier and Type | Method and Description |
---|---|
Type |
getBaseType()
Get the type of the annotated program element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
public BaseAnnotated(Type baseType)
public Type getBaseType()
Annotated
Get the type of the annotated program element.
getBaseType
in interface Annotated
Copyright © 2013 Seam Framework. All Rights Reserved.