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