Annotation Type LimitCiTreeDepth
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface LimitCiTreeDepthIndicates 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 intvalueDepth of CI tree to be read during dependencies resolution process
-