Annotation Type ConfigUri


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The URI used to identify a specific config resource.
    • Element Detail

      • value

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