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

net.kemitix.checkstyle.ruleset.builder.RuleParent Maven / Gradle / Ivy

package net.kemitix.checkstyle.ruleset.builder;

/**
 * Module parent to contain a rule.
 *
 * @author Paul Campbell ([email protected])
 */
public enum RuleParent {

    CHECKER,
    TREEWALKER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy