Annotation Type IntKey


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

      Required Elements 
      Modifier and Type Required Element Description
      int value  
    • Element Detail

      • value

        int value