Can I create a custom @QueryParam annotation?
Our REST API is written in Java with JAX-RS.
We make use of the @QueryParam annotation in front of the parameters which come from the query :
Our REST API is written in Java with JAX-RS.
We make use of the @QueryParam annotation in front of the parameters which come from the query :