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

com.github.restup.resource.operations.DeletableResource Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.restup.resource.operations;

import com.github.restup.annotations.operations.DeleteResource;
import com.github.restup.service.model.request.DeleteRequest;
import com.github.restup.service.model.response.PersistenceResult;
import java.io.Serializable;

public interface DeletableResource {

    @DeleteResource
    PersistenceResult delete(DeleteRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy