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

/openjdk7/langtools/test/tools/javac/processing/model/util/deprecation/
H A DDep1.java27 @ExpectedDeprecation(false)
32 @ExpectedDeprecation(true)
36 @ExpectedDeprecation(true)
45 @ExpectedDeprecation(false)
49 @ExpectedDeprecation(false)
52 @ExpectedDeprecation(false)
55 @ExpectedDeprecation(false)
59 @ExpectedDeprecation(true)
66 @ExpectedDeprecation(true)
69 @ExpectedDeprecation(tru
[all...]
H A DExpectedDeprecation.java30 public @interface ExpectedDeprecation { interface
H A DTestDeprecation.java83 ExpectedDeprecation tmp = e.getAnnotation(ExpectedDeprecation.class);

Completed in 391 milliseconds