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

cdc.mf.ea.checks.EaObjectIgnored Maven / Gradle / Ivy

The newest version!
package cdc.mf.ea.checks;

import cdc.issues.IssueSeverity;
import cdc.issues.rules.Rule;

public final class EaObjectIgnored {
    private EaObjectIgnored() {
    }

    public static final String NAME = "EA_OBJECT_IGNORED";
    public static final IssueSeverity SEVERITY = IssueSeverity.INFO;
    public static final Rule RULE =
            EaRuleUtils.define(NAME,
                               description -> description.define("An {%wrap} is not supported and is not converted.",
                                                                 "object kind"),
                               SEVERITY);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy