Annotation Interface ConfigUri


@Documented @Retention(RUNTIME) public @interface ConfigUri
A qualifier annotation used to indicate a Coherence configuration resource URI.
Since:
1.0
Author:
Jonathan Knight
  • Nested Class Summary

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

    Required Elements
    Modifier and Type
    Required Element
    Description
    The URI used to identify a specific config resource.
  • Element Details

    • value

      String value
      The URI used to identify a specific config resource.
      Returns:
      the URI used to identify a specific config resource