JAL-629 Allow substitutions of {} = defaultCounter, {n} = autoCounter, {++n} = increm...
[jalview.git] / unused / javajs / J2SIgnoreImport.java
1 package javajs;
2
3 public @interface J2SIgnoreImport {
4
5         Class<?>[] value();
6
7 }