Interface Future<V>

All Superinterfaces:
Future<V>
All Known Subinterfaces:
ListenableFuture<V>
All Known Implementing Classes:
AsyncFutureImpl, SettableFuture

public interface Future<V> extends Future<V>
Alias to Future.

This alias is defined so that retro-translation won't affect the publicly committed signature of the API.

Author:
Kohsuke Kawaguchi