Class AssertUtils.AnnotationCopy
- java.lang.Object
-
- io.nuun.kernel.core.internal.utils.AssertUtils.AnnotationCopy
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- AssertUtils
public static class AssertUtils.AnnotationCopy extends Object implements InvocationHandler
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object proxy, Method method, Object[] args)static <A extends Annotation>
Aof(Class<A> annotationModelType, Annotation annotationClone)
-
-
-
Method Detail
-
of
public static <A extends Annotation> A of(Class<A> annotationModelType, Annotation annotationClone)
-
-