Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate REST services based on the presence of @Path. #468

Merged
merged 2 commits into from
Apr 8, 2014

Conversation

Chris-V
Copy link
Member

@Chris-V Chris-V commented Apr 7, 2014

No description provided.

import static com.gwtplatform.carstore.shared.rest.RestParameter.LIMIT;
import static com.gwtplatform.carstore.shared.rest.RestParameter.OFFSET;

@Path(CARS)
public interface CarsService extends RestService {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't you remove this extends now?

@christiangoudreau
Copy link
Member

One small nit, lgtm

@meriouma
Copy link
Member

meriouma commented Apr 8, 2014

LGTM

Chris-V added a commit that referenced this pull request Apr 8, 2014
Generate REST services based on the presence of @path.
@Chris-V Chris-V merged commit 15020ff into master Apr 8, 2014
@Chris-V Chris-V deleted the cv_rest_service_from_path branch April 8, 2014 15:07
Chris-V added a commit that referenced this pull request Apr 10, 2014
Generate REST services based on the presence of @path.

Former-commit-id: 15020ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants