Interface IListBacked<T>

  • All Superinterfaces:
    Collection<T>, Iterable<T>, List<T>

    public interface IListBacked<T>
    extends List<T>
    A Structural interface with only list methods can extend this interface and provide default implementations of its methods and implement a compile-time proxy API to avoid the overhead runtime proxy generation.

    See the JsonListType.