Annotation Type Indexes


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface Indexes
    Allows Indexed to be repeatable.
    Since:
    1.1
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Indexed[] value  
    • Element Detail

      • value

        Indexed[] value
        Returns:
        A group of indexes
        Default:
        {}