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

com.mangofactory.swagger.readers.Command Maven / Gradle / Ivy

The newest version!
package com.mangofactory.swagger.readers;

public interface Command {
  public void execute(T context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy