@Consumes(value="application/json") public interface LicenseApi
License
get(String license)
@Named(value="License:get") @GET @Path(value="/licenses/{license}") @Nullable License get(@PathParam(value="license") String license)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.