Package org.jboss.weld.annotated.slim
Class BaseAnnotated
- java.lang.Object
-
- org.jboss.weld.annotated.slim.BaseAnnotated
-
- All Implemented Interfaces:
Annotated
- Direct Known Subclasses:
BackedAnnotated
,UnbackedAnnotated
public abstract class BaseAnnotated extends Object implements Annotated
-
-
Constructor Summary
Constructors Constructor Description BaseAnnotated(Type baseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getBaseType()
Get the type of the annotated program element.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getAnnotations, getTypeClosure, isAnnotationPresent
-
-
-
-
Constructor Detail
-
BaseAnnotated
public BaseAnnotated(Type baseType)
-
-
Method Detail
-
getBaseType
public Type getBaseType()
Description copied from interface:Annotated
Get the type of the annotated program element.
- Specified by:
getBaseType
in interfaceAnnotated
- Returns:
- the type of the annotated program element
-
-