Annotation Type StringKey


  • @Documented
    @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    @MapKey
    public @interface StringKey
    A MapKey annotation for maps with String keys.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value