public class Test { }

aspect Aspect {

   static after() : if(true) { }

}
