HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationThread (Results 1 - 2 of 2) sorted by null

  /art/test/148-multithread-gc-annotations/src/
AnnotationThread.java 22 public class AnnotationThread implements Runnable {
25 Annotation[] annotations = AnnotationThread.class.getAnnotations();
27 System.out.println("error: AnnotationThread class has no annotations");
Main.java 20 Thread annoThread = new Thread(new AnnotationThread(), "Annotation thread");

Completed in 95 milliseconds