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

com.buschmais.xo.api.Example Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
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