org.infinispan.cli.commands.ServerCommand Maven / Gradle / Ivy
package org.infinispan.cli.commands;
public interface ServerCommand extends Command {
int nesting();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.infinispan.cli.commands;
public interface ServerCommand extends Command {
int nesting();
}