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

    Nested Classes
    Modifier and Type
    Class
    Description
    static 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.