public class ExternalAnnotatedType<X> extends ForwardingAnnotatedType<X>
| Modifier | Constructor and Description |
|---|---|
protected |
ExternalAnnotatedType(AnnotatedType<X> delegate) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType<X> |
delegate() |
static <X> AnnotatedType<X> |
of(AnnotatedType<X> annotatedType) |
getConstructors, getFields, getJavaClass, getMethodsequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentprotected ExternalAnnotatedType(AnnotatedType<X> delegate)
public static <X> AnnotatedType<X> of(AnnotatedType<X> annotatedType)
public AnnotatedType<X> delegate()
delegate in class ForwardingAnnotatedType<X>Copyright © 2013 Seam Framework. All Rights Reserved.