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

org.richfaces.cdk.model.Visitable Maven / Gradle / Ivy

The newest version!
package org.richfaces.cdk.model;

/**
 * 

*

* * @author [email protected] * */ public interface Visitable { R accept(Visitor visitor, D data); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy