Uses of Interface
org.zkoss.zats.common.select.impl.Reflections.FieldRunner
-
Packages that use Reflections.FieldRunner Package Description org.zkoss.zats.common.select.impl -
-
Uses of Reflections.FieldRunner in org.zkoss.zats.common.select.impl
Methods in org.zkoss.zats.common.select.impl with parameters of type Reflections.FieldRunner Modifier and Type Method Description static <A extends Annotation>
voidReflections. forFields(Class<?> clazz, Class<A> annotationClass, Reflections.FieldRunner<A> runner)Traverse through all fields with a certain annotation in a class and it super classes.
-