Description
Expand the functionality of the @RestResource and @RestMethod annotations to include more available functionality by explicitly listing capabilities:
@RestResource(
bp=@Bp(
// Bean properties
),
sp=@Sp(
// Serializer properties
jsonp=@JsonP(
// JsonSerializer properties
)
),
pp=@Pp(
)
)