@Path(value="/activation") public interface IActivationService
String
get(String key)
@GET @Path(value="/{key}") @Produces(value="text/plain") String get(@PathParam(value="key") String key)
Copyright © 2015. All rights reserved.