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

/openjdk7/jdk/test/javax/management/Introspector/
H A DAnnotationTest.java200 public static class ThingImpl implements ThingMXBean { class in class:AnnotationTest
202 public ThingImpl() {} method in class:AnnotationTest.ThingImpl
205 public ThingImpl(@Pair(x = 3, y = "foo") int p1) {} method in class:AnnotationTest.ThingImpl
236 ThingImpl thingImpl = new ThingImpl();

Completed in 583 milliseconds