junaidp / acris

Automatically exported from code.google.com/p/acris
0 stars 0 forks source link

Async interface - interface inheritance #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
- marker super interfaces (those does not have any methods defined - except 
RemoteService) will be copied to the async interface
- other super interfaces should be checked whether async interface is not 
already on the classpath. If yes, should be used as a super interfaces 
otherwise all methods from super interface should be taken into account

Original issue reported on code.google.com by nejakyus...@gmail.com on 9 Oct 2011 at 8:42