Annotation Interface MapName


@Qualifier @Documented @Retention(RUNTIME) public @interface MapName
A qualifier annotation used to indicate a specific map name.
Since:
20.06
Author:
Aleks Seovic 2020.06.09
  • Nested Class Summary

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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Obtain the value used to identify a specific map.
  • Element Details

    • value

      String value
      Obtain the value used to identify a specific map.
      Returns:
      value used to identify a specific map