Annotation Type LimitCiTreeDepth
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @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
Optional Elements Modifier and Type Optional Element Description int
value
Depth of CI tree to be read during dependencies resolution process
-