1 2 3 4 5 6 7 8
package apackage; public aspect InitCatcher { declare warning: call(* *.init(..)) : "Please don't call init methods"; //$NON-NLS-1$ }