| Issue 36: | Add before and after support for GuitServices, @Before and @After methods won't cause a new command. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
@GuitService
public interface LoginService {
...
@Before
void init();
@After
void cleanUp();
}
Apr 2, 2011
Project Member
#1
gal.dol...@gmail.com
Status:
Fixed
|