Annotation Interface LockProviderToUse


@Target({TYPE,METHOD,ANNOTATION_TYPE,PACKAGE}) @Retention(RUNTIME) public @interface LockProviderToUse
Allows to disambiguate between lock providers. For performance and compatibility reasons, the annotation has no effect if there is only one lock provider in the application context. Can be applied to method, type or package.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details