Annotation Type MapKeyType


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    @Deprecated
    public @interface MapKeyType
    Deprecated.
    6.0 will introduce a new type-safe CustomType annotation
    Allows defining the type of the key of a persistent map.
    • Required Element Summary

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

      • value

        Type value
        Deprecated.
        The map key type definition.