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

de.larmic.butterfaces.component.html.repeat.visitor.DataVisitResult Maven / Gradle / Ivy

The newest version!
/*
 * Copyright Lars Michaelis and Stephan Zerhusen 2016.
 * Distributed under the MIT License.
 * (See accompanying file README.md file or copy at http://opensource.org/licenses/MIT)
 */
package de.larmic.butterfaces.component.html.repeat.visitor;

/**
 * @author Lars Michaelis
 */
public enum DataVisitResult {
    CONTINUE,
    STOP
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy