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

com.arextest.config.model.dto.application.OperationDescription Maven / Gradle / Ivy

package com.arextest.config.model.dto.application;


import java.util.Set;

/**
 * @author jmo
 * @since 2021/12/21
 */
public interface OperationDescription {

  String getOperationName();

  @Deprecated
  String getOperationType();

  Set getOperationTypes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy