Annotation Type EmbeddedCollection


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface EmbeddedCollection
    Indicates a key contains embedded Map or List values.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value
      The type of the list.
    • Element Detail

      • value

        java.lang.Class<?> value
        The type of the list.
        Returns:
        The type of the list.