On Mon, Mar 5, 2012 at 7:58 PM, Nada Amin <na...@alum.mit.edu> wrote: > On Mon, Mar 5, 2012 at 11:34 PM, Nada Amin <na...@alum.mit.edu> wrote: > > Hi Alberto,
> > On Sun, Mar 4, 2012 at 3:39 AM, Alberto SOUZA <alots....@gmail.com> > wrote: > >> Hi,
> >> Are there any examples of the new reflection api provided by scala > 2.10? I > >> was taking a look here > >> => > https://github.com/scala/scala/blob/master/src/compiler/scala/reflect... > > Here is a small project which shows how to create the Scala > > counterpart of Java proxies: > > https://github.com/namin/scala-proxy > FYI, I just updated this project to run with Scala 2.10.0-M2. The API > improved in clarity between M1 and M2.
> > It uses Scala reflection instead of Java reflection for the invocation > > handlers. In particular, see: