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

org.noos.common.Question Maven / Gradle / Ivy

The newest version!
package org.noos.common;

/**
 * @author Angelo De Caro ([email protected])
 */
public interface Question {

    R getAnswer(P param);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy