sebhoss / annotated-contracts

Design by Contract based on annotations
The Unlicense
1 stars 1 forks source link

Implement GWT code generator #1

Open sebhoss opened 11 years ago

sebhoss commented 11 years ago

Currently the only thing that uses AOP and thus requires a framework that supports AOP is the ContractMethodInterceptor. It should be possible to switch this class for GWT projects. Instead of using AOP we could then generate the required Java code during compile-time and let GWT convert it into JavaScript for Browser execution.

sebhoss commented 11 years ago

References: