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

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

The newest version!
package io.codemodder.plugins.maven.operator;

/**
 * Represents a Kind of Version Pinning in a Maven File, representing the `-source` and `-target`
 * flags as well as the newer `-release` flag of `javac`.
 */
enum Kind {
  SOURCE,
  TARGET,
  RELEASE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy