32333435363738
@View @Route("/view") @MimeType("text/foo") public Foo view() throws Exception { return new Foo("from_view".getBytes()); }