Stereotype «NoRESTParam»
The «NoRESTParam» stereotype can be used to explicitly exclude a property of a «BeanParam» from being treated as a REST parameter.
When working with bean parameters, it is generally expected that every property of a bean parameter class represents a header, path, query, or cookie parameter. In cases where a bean parameter class also includes simple properties for other purposes, those properties must be explicitly marked as “not a REST parameter” using this stereotype.
| Stereotype | «NoRESTParam» |
|
|---|---|---|
| Applicable Elements | Property |
|
| Tagged Values | none |
Generated by JEAF Generator