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

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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy