Annotation Interface 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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    An annotation literal for the Scope annotation.
  • Optional Element Summary

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Predefined constant for system scope.
    static final String
    Predefined constant for system scope.
  • Field Details

  • Element Details

    • value

      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:
      ""