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

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