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

com.progressoft.brix.domino.api.shared.request.ResponseBean Maven / Gradle / Ivy

The newest version!
package com.progressoft.brix.domino.api.shared.request;

import java.io.Serializable;

public interface ResponseBean extends Serializable {
    VoidResponse VOID_RESPONSE = new VoidResponse();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy