> +import org.jclouds.rest.annotations.Headers; > +import org.jclouds.rest.annotations.ParamParser; > +import org.jclouds.rest.annotations.RequestFilters; > +import org.jclouds.rest.annotations.ResponseParser; > + > +import javax.inject.Named; > +import javax.ws.rs.DELETE; > +import javax.ws.rs.GET; > +import javax.ws.rs.HEAD; > +import javax.ws.rs.PUT; > +import javax.ws.rs.Path; > +import javax.ws.rs.PathParam; > + > +/** > + * Date: 30.09.13 > + * Time: 10:38
Replace these timestamps by a descriptive javadoc explaining what this class does. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/188/files#r7139085
