class MyExample {
public List<? extends Comparable> foo(String[] RIGHT) {
someMethodCall();
someOtherMethod()
.doThat();
// Whatever...
return Arrays.asList("ChangeMe");
}