Are there any java API wrapper for com.sun.jersey.spi.container.* and com.sum.jersey.core.* packages? As Classes in com.sun.* and sun.* packages are considered implementation details, and are not part of the Java API. They can cause problems when moving to new versions of Java because there is no backwards compatibility guarantee.
Asked
Active
Viewed 66 times
0
-
Where do you need to directly use those classes? – Thilo Jun 24 '14 at 03:57
-
1I am using those classes in jersey request filters – Dheerendra Jun 24 '14 at 04:06