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

express.filter.Filter Maven / Gradle / Ivy

The newest version!
package express.filter;

/**
 * @author Simon Reinisch
 * 

* ExpressFilter to save middleware data, the name is the indentifier. */ public interface Filter { /** * Identifier for the middleware * * @return The filter name */ String getName(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy