io.codemodder.plugins.maven.operator.SupportCommand 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.
package io.codemodder.plugins.maven.operator;
/** Tag Interface to the chain to allow it to figure out whether things were modified. */
interface SupportCommand {}