blob: b703ee114f8b07009f38ea073adf4c6f6f902f64 [file] [log] [blame]
/**
*
*/
package pack;
public aspect A2 {
before() : execution(void bar()) {
}
}