Annotation Type MapOptionalValueType


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface MapOptionalValueType
    Annotation that can be put on a map field to designate the type of the entries. As with a generic map the types are not retained at runtime.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jul 17, 2015
    • Required Element Summary

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

      • key

        java.lang.Class key
      • value

        java.lang.Class value