<aside> <img src="attachment:a3a56fc3-c53c-47ff-aacc-d7c34f62abfd:table_of_content.png" alt="attachment:a3a56fc3-c53c-47ff-aacc-d7c34f62abfd:table_of_content.png" width="40px" />

TABLE OF CONTENT

</aside>

:ij-kt-annotation: Feature


Package dev.tommasop1804.springutils.annotations
Since version 1.0.0
Retention Runtime
Target • Function
• Property setter

Set the feature code for tracking.

Can be used in controllers methods.

It will be printed if used with logging system of this library and as a Header if used on an endpoint.

Properties

:ij-parameter: code

Since version 1.0.0
Type String

The feature code.

:ij-kt-annotation: InternalErrorCode


Package dev.tommasop1804.springutils.annotations
Since version 1.2.0
Retention Runtime
Target • Class
• Property

Set the internal error code for required but missing or invalid properties.

You can use it on classes (valid for every property) or single property (overrides class use).

Properties