public class PojoPathParam
extends java.lang.Object
Stores the parameter type and name for a parameter that needs to be passed to
an onXxx method of Endpoint. The name is only present
for parameters annotated with
PathParam. For the
Session and Throwable parameters,
getName() will always return null.