public abstract class CauchoBean<T>
extends java.lang.Object
| Constructor and Description |
|---|
CauchoBean() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.annotation.Annotation[] |
getAnnotations()
Returns all of the custom annotations
|
abstract java.util.Set<BaseType> |
getGenericTypes() |
boolean |
isAnnotationPresent(java.lang.Class<?> annType) |
public abstract java.util.Set<BaseType> getGenericTypes()
public abstract java.lang.annotation.Annotation[] getAnnotations()
public boolean isAnnotationPresent(java.lang.Class<?> annType)