![JAR search and dependency download from the Maven repository](/logo.png)
com.buschmais.xo.api.Example Maven / Gradle / Ivy
package com.buschmais.xo.api;
/**
* An example to be used for {@link com.buschmais.xo.api.XOManager#find(Example, Class)}.
*
* @param The type to be prepared.
*/
@FunctionalInterface
public interface Example {
void prepare(T example);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy