Annotation Type Scope


  • @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:
    1.0
    Author:
    Jonathan Knight
    • Field Summary

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

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

      • DEFAULT

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

        static final java.lang.String SYSTEM
        Predefined constant for system scope.
    • Element Detail

      • value

        java.lang.String value
        The scope name or URI used to identify a specific ConfigurableCacheFactory.
        Returns:
        the scope name or URI used to identify a specific ConfigurableCacheFactory
        Default:
        ""