This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Why the annotation @End and Begin can't be inherited?cash1981 Mar 10, 2010 10:33 PM (in response to kirpi4ik)Have you tried a workaround: abstract class superclass { public void begin() { Conversation.instance().begin(); } public void end() { Conversation.instance().end(); } }
- 
        2. Re: Why the annotation @End and Begin can't be inherited?kirpi4ik Mar 11, 2010 12:11 PM (in response to kirpi4ik)Thanks Shervin, I tried this solution in the past, but I wasn't sure that is the right approach. with best regards, 
 Dima
 
    