Interface IndexableI<I extends Indexable>

Type Parameters:
I - the class that extends Indexable
All Known Implementing Classes:
Entitlement, Indexable

public interface IndexableI<I extends Indexable>
An object that can be indexed. Users must not implement IndexableI; instead, they must subclass Indexable.