1 2 3 4 5 6
aspect A { before() : execution(void main(String[])) { System.setProperty("A.before", "true"); } }