1 2 3
public aspect Errors1 { before(): within(is( && !is(AnonymousType)) && staticinitialization(*) {} }