Hi all, I'm here to call a new vote to define our design direction. Some threads ago on this ML, Pid and I were discussing about the use, or not, of Java metadata Annotations to enhance OAuth messages and tokens.
Pros: * marshallers/unmarshallers to/from strings could be auto-generated using the APT; * the calculation of the base string (just an example) is parameter agnostic. Cons: * not so hard writing parsers (JavaCC? AntLR? XText?) and serializers; * not so hard writing the base string algorithm So please cast your votes in favor of [] Pro Annotations [] Cons Annotations The vote will stay open for the next 72 hours. It would be nice if the choice comes with a justification, so everybody can take care about someone else's considerations. My vote if [X] Pro Annotations I already implemented the base string calculus based only on metadata discovery and I didn't take care about the parameter retrieving criteria. I'd love to have a choice to see Annotations in action on compile-time :P Cheers, have a nice weekend, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/
