Package ball.lang.reflect
See
java.lang.reflect
.- Author:
- Allen D. Ball
-
Interface Summary Interface Description DefaultInterfaceMethodInvocationHandler Java 8 implementation ofInvocationHandler.invoke(Object,Method,Object[])
to invoke an interface default method.JavaLangReflectMethods java.lang.reflect
andjavax.lang.model.element
utility methods. -
Class Summary Class Description DefaultInvocationHandler DefaultInvocationHandler
implementation.FacadeProxyInvocationHandler InvocationHandler
abstract base class to "extend" concrete implementationClass
es by adding "facade" interfaces.InterceptingInvocationHandler<T> "Intercepting"InvocationHandler
implementation.