When you're using JAX-RS, you often find yourself working with javax.ws.rs.core.Response. Enunciate can't determine the output type of the resource method if this is the return type, so it documents the output type as "unknown".
If you know the output type, you can tell Enunciate what it is with the @org.codehaus.enunciate.jaxrs.TypeHint annotation:
Labels
