public final class AnnotationProxyFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
getAnnotationProxy(Annotation customAnnotation,
Class<T> referenceAnnotation)
Returns a proxy on the customAnnotation, having the same type than the referenceAnnotation
|
public static <T extends Annotation> T getAnnotationProxy(Annotation customAnnotation, Class<T> referenceAnnotation)
customAnnotation - referenceAnnotation - Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.