juzu
Annotation Type MimeType.HTML


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface MimeType.HTML

Annotation matching the text/html mime type.

   @MimeType.HTML
   public Response index() {
     return Response.ok("Hello world");
   }
 



Copyright © 2014 eXo Platform SAS. All rights reserved.