Annotation Type MapKeyType


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface MapKeyType
    Allows defining the type of the key of a persistent map.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Type value
      The map key type definition.
    • Element Detail

      • value

        Type value
        The map key type definition.