JAL-4153 longer Thread.sleep() calls in the hope that the test might pass on Bamboo
[jalview.git] / unused / javajs / J2SRequireImport.java
1 package javajs;
2
3 public @interface J2SRequireImport {
4
5         Class<?>[] value();
6
7 }