@Target(value=PARAMETER)
@Retention(value=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.