Annotation Type MapName


  • @Documented
    @Retention(RUNTIME)
    public @interface MapName
    A qualifier annotation used to indicate a specific map name.
    Since:
    3.0
    Author:
    Jonathan Knight, Gunnar Hillert
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Obtain the value used to identify a specific map.
    • Element Detail

      • value

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