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

net.eusashead.parquet.http.resource.PatchResource Maven / Gradle / Ivy

The newest version!
package net.eusashead.parquet.http.resource;

import net.eusashead.parquet.http.handler.PatchRequestHandler;

public interface PatchResource {

	PatchRequestHandler patch();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy