Uses of Interface
org.zkoss.zats.common.select.impl.Reflections.MethodRunner
-
Packages that use Reflections.MethodRunner Package Description org.zkoss.zats.common.select.impl -
-
Uses of Reflections.MethodRunner in org.zkoss.zats.common.select.impl
Methods in org.zkoss.zats.common.select.impl with parameters of type Reflections.MethodRunner Modifier and Type Method Description static <A extends Annotation>
voidReflections. forMethods(Class<?> clazz, Class<A> annotationClass, Reflections.MethodRunner<A> runner)Traverse through all methods with a certain annotation in a class, including ones inherited from its super class.
-