// Color should be resolved via the import statement...importd.e.f.Color;publicaspectX{before():call(**(..))&&@annotation(@Color){System.err.println("Before call to "+thisJoinPoint);}before():execution(**(..))&&@annotation(@Color){System.err.println("Before execution of "+thisJoinPoint);}}