Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 161 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 161 Bytes

jaxrs-apis

USAGE:

		RestInterface yourClient = ClientFactory.createClient(RestInterface.class);
		ResultDTO response = yourClient.yourMethod();