Annotation Type Scope


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    public @interface Scope
    A qualifier annotation used when injecting Coherence resource to indicate that those resource should be obtained from a specific ConfigurableCacheFactory.
    Since:
    20.06
    Author:
    Jonathan Knight 2019.10.20
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String DEFAULT
      Predefined constant for system scope.
      static String SYSTEM
      Predefined constant for system scope.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The scope name or URI used to identify a specific ConfigurableCacheFactory.
    • Field Detail

      • DEFAULT

        static final String DEFAULT
        Predefined constant for system scope.
      • SYSTEM

        static final String SYSTEM
        Predefined constant for system scope.