Annotation Type Indices


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Indices
    Specifies multiple indexed fields for an entity.
    Since:
    1.0
    Author:
    Anindya Chatterjee.
    See Also:
    Index
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Index[] value
      Returns an array of Index.
    • Element Detail

      • value

        Index[] value
        Returns an array of Index.
        Returns:
        the array of Index.