Injection annotations

What are JAX-RS injection annotations? 

  • By using JAX-RS provided injection annotations, you are asking JAX-RS runtime to inject some useful information into your code 
  • @PathParam, @MatrixParam, @QueryParam, @FormParam, @BeanParam 
  • @HeaderParam, @CookieParam 
  • @Context

 

 

Download course content