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 - annotation proxiedreferenceAnnotation - type of the returned annotationCopyright © 2024 Terracotta. All rights reserved.