Home
last modified time | relevance | path

Searched refs:createInvocationHandler (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/event/
DEventListenerSupport.java297 new Class[] { listenerInterface }, createInvocationHandler())); in createProxy()
305 protected InvocationHandler createInvocationHandler() { in createInvocationHandler() method in EventListenerSupport
/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/
Dutils.kt347 createInvocationHandler(annotationClass) in isAnnotationPresent()
353 private fun KSAnnotation.createInvocationHandler(clazz: Class<*>): InvocationHandler { in KSAnnotation() method
431 this.createInvocationHandler(annotationInterface) in KSAnnotation()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/event/
DEventListenerSupportTest.java183 protected java.lang.reflect.InvocationHandler createInvocationHandler() { in testSubclassInvocationHandling()