Searched defs:returnWcSuper (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DWildcards.java36 MyList<? super @WldA String> returnWcSuper() { return null; } method in class:BoundTest
45 MyList<? super @WldB("m") String> returnWcSuper() { return null; } method in class:BoundWithValue
54 MyList<@WldA ?> returnWcSuper() { return null; } method in class:SelfTest
63 MyList<@WldB("m") ?> returnWcSuper() { return null; } method in class:SelfWithValue
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DWildcards.java38 MyList<? super @A String> returnWcSuper() { return null; } method in class:BoundTest
47 MyList<? super @B(value="m") String> returnWcSuper() { return null; } method in class:BoundWithValue
56 MyList<@A ?> returnWcSuper() { return null; } method in class:SelfTest
65 MyList<@B(value="m") ?> returnWcSuper() { return null; } method in class:SelfWithValue

Completed in 84 milliseconds