1 2 3 4 5 6 7
package a; public interface Adapter<T> { interface Setter<V> {} public <V> Setter<V> makeSetter(); }