Annotation Interface InjectLinkNoFollow


@Target({FIELD,TYPE}) @Retention(RUNTIME) @Beta public @interface InjectLinkNoFollow
Specifies on a field that should be ignored by Link recursive introspection. In some scenarios like with framework contexts or for more control, it is not wanted to try to find nested links into entities or collections.
Author:
Aurelien Thieriot