You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This resource class has quite a bit of code in it, so let's break it down into manageable chunks.
127
-
128
126
The [hotspot=path file=0]`@Path` annotation on the class indicates that this resource responds to the `properties` path
129
127
in the JAX-RS application. The [hotspot=applicationPath file=1]`@ApplicationPath` annotation in the [hotspot=systemApplication file=1]`SystemApplication` class together with
130
128
the [hotspot=path file=0]`@Path` annotation in this class indicates that the resource is available at the `system/properties`
0 commit comments