1 2 3 4 5 6
import org.aspectj.testing.*; class Clazz { public static void main(String[] args) { Tester.check(true, "compiled"); } }