Annotation Interface LimitCiTreeDepth
Indicates how deep should CI deserializer go while resolving ci references
You should use it if you'd like to optimize your APIs as it allows to reduce the amount of data being extracted
from the database.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
Depth of CI tree to be read during dependencies resolution process
-
Element Details
-
value
int valueDepth of CI tree to be read during dependencies resolution processDefaults to "almost" unlimited.
- Default:
- 2147483647
-