@Retention(value=RUNTIME)
public @interface InternalHttpMethod
This annotation is used to expose a method in the REST API documentation even though it might not be the entry point method that wink will use to call the API. One use of this annotation is to document the various queries that can be executed in a query URL so that each query will have it's own documentation and it's own list of applicable parameters.