All Downloads are FREE. Search and download functionalities are using the official Maven repository.

moxy.compiler.ElementProcessor Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
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