On Thu, Dec 4, 2014 at 5:25 PM, Bertrand Delacretaz <[email protected]> wrote: > Hi, > > On Thursday, December 4, 2014, Robert Munteanu <[email protected]> wrote: >> ... >> @RequiresAdapter(adaptable=Resource.class, adapter=MyClass.class) >> ... > > This looks good to me, although it would be even more obvious as > > @RequiresAdapter(from=Resource.class, to=MyClass.class) > > The adaptable/adapter terminology has never been intuitive to me, for some > reason.
+1 I wrote the exact same form initially, but reverted to the official terminology to be consistent. But if others feel that from/to are easier to digest, let's do that. Robert -- Sent from my (old) computer
