io.toolisticon.aptk.tools.command.Command Maven / Gradle / Ivy
package io.toolisticon.aptk.tools.command;
import javax.lang.model.element.Element;
/**
* Command that can be used with fluent validator and filter.
*/
public interface Command {
void execute(ELEMENT_TYPE element);
}