#### 24.1.43. `@MapKeyEnumerated`
<div class="paragraph">
The [`@MapKeyEnumerated`](http://docs.oracle.com/javaee/7/api/javax/persistence/MapKeyEnumerated.html) annotation is used to specify that the key of `java.util.Map` association is a Java Enum.
</div>
<div class="paragraph">
See the [`@MapKeyEnumerated` mapping](#collections-map-bidirectional-example) section for more info.
</div>
</div>
<div class="sect3">