Skip to content

Add support for withDefault() with Jex generation #72

Closed
@rbygrave

Description

@rbygrave
  @Produces("text/plain")
  @Get("withDefault/{name}")
  String withDefault(String name, @Default("42") String limit) {
    return "name|" + name+";limit|"+limit;
  }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions