Annotation Type InheritIndices


  • @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface InheritIndices
    Annotation to mark a class that should consider all index related annotations - @Id, @Index, @Indices from its superclass.
    Since:
    2.1.0
    Author:
    Anindya Chatterjee