Searched refs:AnnotationThread (Results 1 – 2 of 2) sorted by relevance
22 public class AnnotationThread implements Runnable { class25 Annotation[] annotations = AnnotationThread.class.getAnnotations(); in run()
20 Thread annoThread = new Thread(new AnnotationThread(), "Annotation thread"); in main()