io.codemodder.plugins.maven.operator.Ignorable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codemodder-plugin-maven Show documentation
Show all versions of codemodder-plugin-maven Show documentation
Plugin for providing Maven dependency management functions to codemods.
The newest version!
package io.codemodder.plugins.maven.operator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/** Internal Tag Object for Ignorable Messages */
class Ignorable {
private Ignorable() {}
public static final Logger LOGGER = LoggerFactory.getLogger(Ignorable.class);
}