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

com.github.restup.resource.operations.CreatableResource 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.CreateResource;
import com.github.restup.service.model.request.CreateRequest;
import com.github.restup.service.model.response.PersistenceResult;

public interface CreatableResource {

    @CreateResource
    PersistenceResult create(CreateRequest request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy