1 2 3 4 5 6 7 8 9
package a.b; public class Adapter<T> implements a.Adapter<T> { public <V> Adapter.Setter<V> makeSetter() { return new Adapter.Setter<V>() {}; } }