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

io.codemodder.plugins.maven.operator.Ignorable Maven / Gradle / Ivy

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy