Annotation Type ConfigUri


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    public @interface ConfigUri
    A qualifier annotation used to indicate a configuration resource URI.
    Since:
    20.06
    Author:
    Aleks Seovic 2020.06.15
    • Required Element Summary

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

      • value

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