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

poussecafe.doc.PathHandler Maven / Gradle / Ivy

There is a newer version: 0.29.0
Show newest version
package poussecafe.doc;

import javax.lang.model.element.TypeElement;

@FunctionalInterface
public interface PathHandler {

    void handle(TypeElement from, TypeElement to);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy