No worries. Would still like to keep the default value feature as it makes
it easier to use this stuff. I was thinking to convert that enum to old
style enums using static final constants. Just didnt get to it in time :)
//SNIP
public interface KeyType{
public static final int FAILURE=1;
....
}
//SNIP
On Wed, Sep 1, 2010 at 3:23 PM, David Blevins <[email protected]>wrote:
> On Sep 1, 2010, at 11:39 AM, [email protected] wrote:
>
> > Author: gawor
> > Date: Wed Sep 1 18:39:54 2010
> > New Revision: 991646
> >
> > URL: http://svn.apache.org/viewvc?rev=991646&view=rev
> > Log:
> > add explicit type on @Key annotations since there is no default value now
>
> Sorry :) Didn't mean to check that in. Was just trying to get a clean
> compile test without the strange error I posted about.
>
> Karan, I'll leave it up to you to decide how you want to deal with it; i.e.
> readd the default or go with the explicit.
>
> One is ugly the other seems to strangely fail once in a while.
>
> Up to you.
>
>
> -David
>
>
--
Karan Singh Malhi