Searched refs:DefaultUnmodified (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java31 class DefaultUnmodified { class
32 void plain(@RcvrA DefaultUnmodified this) { }
33 <T> void generic(@RcvrA DefaultUnmodified this) { }
34 void withException(@RcvrA DefaultUnmodified this) throws Exception { }
35 String nonVoid(@RcvrA @RcvrB("m") DefaultUnmodified this) { return null; }
36 <T extends Runnable> void accept(@RcvrA DefaultUnmodified this, T r) throws Exception { }
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java33 class DefaultUnmodified { class
34 void plain(@A DefaultUnmodified this) { }
35 <T> void generic(@A DefaultUnmodified this) { }
36 void withException(@A DefaultUnmodified this) throws Exception { }
37 String nonVoid(@A DefaultUnmodified this) { return null; }
38 <T extends Runnable> void accept(@A DefaultUnmodified this, T r) throws Exception { }
H A DThrows.java33 class DefaultUnmodified { class

Completed in 140 milliseconds