1 2 3 4 5 6 7
package pkg; public aspect Deow { declare warning : (get(* System.out) || get(* System.err)) : "There should be no printlns"; }