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

com.cmt.statemachine.Visitable Maven / Gradle / Ivy

The newest version!
package com.cmt.statemachine;

/**
 * Visitable
 *
 * @author Frank Zhang
 * @date 2020-02-08 8:41 PM
 */
public interface Visitable {
    void accept(final Visitor visitor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy