Annotation Interface Remote


@Target({METHOD,FIELD,PARAMETER,TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface Remote
Qualifier used to specify which remote cache will be injected.
Author:
William Burns
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The remote cache name.
  • Element Details

    • value

      String value
      The remote cache name. If no value is provided the default cache is assumed.
      Default:
      ""