io.nuun.kernel.api.assertions
Class AssertUtils.AnnotationCopy

java.lang.Object
  extended by io.nuun.kernel.api.assertions.AssertUtils.AnnotationCopy
All Implemented Interfaces:
InvocationHandler
Enclosing class:
AssertUtils

public static class AssertUtils.AnnotationCopy
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static
<A extends Annotation>
A
of(Class<A> annotationModelType, Annotation annotationClone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static <A extends Annotation> A of(Class<A> annotationModelType,
                                          Annotation annotationClone)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2012-2015. All Rights Reserved.