@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface MimeType.HTML
Annotation matching the text/html mime type.
text/html
@MimeType.HTML public Response index() { return Response.ok("Hello world"); }
Copyright © 2015 eXo Platform SAS. All rights reserved.