I\'m writing an swing app and i\'d like to have \'wait\' cursor when some methods are executed. We can do it this way:
public void someMethod() { MainUI
You might want to look at using around() advice in AspectJ in conjunction with your annotation to associate the around() advice with all methods that are qualified with your annotation.