1 2 3 4 5 6
package pack; public aspect Aspect { declare error : execution(private static void Main.main(String[])) : "main"; }