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