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

com.github.robindevilliers.cascade.conditions.Visitable Maven / Gradle / Ivy

The newest version!
package com.github.robindevilliers.cascade.conditions;

public interface Visitable {
    void accept(Visitor visitor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy