Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 151 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 151 Bytes

jersey-handlebars

renders /index.template with the bean as params

@GET
@Produces({"text/html"})
public Bean get() {
  return new Bean();
}