org.lint.azzert.LintCommand Maven / Gradle / Ivy
package org.lint.azzert;
import org.lint.azzert.context.Context;
public interface LintCommand {
default T execute(Context context) throws Exception{return null;}
}
package org.lint.azzert;
import org.lint.azzert.context.Context;
public interface LintCommand {
default T execute(Context context) throws Exception{return null;}
}