Sign in
eclipse
/
ajdt
/
org.eclipse.ajdt
/
e7a2557a06ea65a0b5577a3128624f7b79dc8dfb
/
.
/
org.eclipse.ajdt.ui.tests
/
workspace
/
MultipleSourceFoldersWithAspects2
/
src2
/
pack
/
A2.java
blob: b703ee114f8b07009f38ea073adf4c6f6f902f64 [
file
] [
log
] [
blame
]
/**
*
*/
package
pack
;
public
aspect A2
{
before
()
:
execution
(
void
bar
())
{
}
}