Annotation Interface ConcurrentMethod


@Documented @Inherited @Retention(RUNTIME) @Target(METHOD) public @interface ConcurrentMethod
Indicates that the annotated method should be executed concurrently with respect to the UpdateGraph (UGP). Concurrent execution will not acquire the UGP lock before invocation, and will be run concurrently with other annotated methods whenever possible.