![JAR search and dependency download from the Maven repository](/logo.png)
moxy.compiler.ElementProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moxy-compiler Show documentation
Show all versions of moxy-compiler Show documentation
Moxy Compiler library for Android
package moxy.compiler;
import javax.lang.model.element.Element;
public abstract class ElementProcessor {
public abstract R process(E element);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy