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

com.remondis.remap.Target Maven / Gradle / Ivy

There is a newer version: 4.3.7
Show newest version
package com.remondis.remap;

/**
 * Target type.
 * 
 * @author chattersley
 */
public enum Target {

  /** Mapping target. */
  SOURCE,

  /** Mapping destination. */
  DESTINATION;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy