我可以在jax-rs中扩展@Context注释工作范围

时间:2017-01-31 17:10:05

标签: java annotations jax-rs

我有jax-rs项目,我有自己的课程。 @Context注释不要注入那些类。如何在我的课程中扩展@Context注释工作以进行注入? 谢谢!

@Provider public class MyOwnClass { @Context HttpServletRequest request ; // variable request equal null all the time }

1 个答案:

答案 0 :(得分:0)

@Provider不会将您的类标记为资源类。将其换成@Path