![JAR search and dependency download from the Maven repository](/logo.png)
com.github.czyzby.autumn.gwt.reflection.ReflectionPool Maven / Gradle / Ivy
package com.github.czyzby.autumn.gwt.reflection;
/** Reflection-aware object that allows to access all classes available in the GWT reflection pool. Default
* implementation is auto-generated.
*
* @author MJ */
public interface ReflectionPool {
/** @return all classes available in GWT reflection pool. */
Class>[] getReflectedClasses();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy