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

com.talk2object.plum.interaction.annotation.processor.InputAnnotationProcessor Maven / Gradle / Ivy

package com.talk2object.plum.interaction.annotation.processor;


/**
 * system and user can register any number of annotations, so each annotation
 * must have something to deal with Input。
 * 
 * @author jack
 *
 */
public interface InputAnnotationProcessor {

	void process(A annoatation, I input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy