@Target(value=TYPE) @Retention(value=RUNTIME) @Interceptors(value=DocumentContextInvalidatorInterceptor.class) public @interface AutomaticDocumentBasedInvalidation
On each call, the currentDocument will be passed to a invalidation method (this method must be annotated with "@DocumentContextInvalidation")
Copyright © 2019 Nuxeo. All rights reserved.