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