Annotation Type MapConfiguration
-
@Documented @Inherited @Retention(RUNTIME) @Target(FIELD) public @interface MapConfigurationProvides the system with the information necessary to write data into maps
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>keyClassDetermines the type of keys in the mapjava.lang.Class<? extends java.util.Map>mapClassDetermines theMapimplementation usedjava.lang.Class<?>valueClassDetermines the type of values in the map
-