[JSR308] AnnotationUtils.parseStringArrayValue
Mahmood Ali
mahmood at MIT.EDU
Thu Jul 24 14:25:56 EDT 2008
> Is there any reason why the AnnotationUtils.parseStringArrayValue
> returns a Set instead of a List?
>
> This is not an issue for me. I just noticed this incompatibility
> when I used this method and tried to feed the result into the
> AnnotationBuilder that wanted a List.
That's actually a bug, as the array could multiple instances of the
same value. Thanks for catching it. I will fix it.
- Mahmood
More information about the JSR308
mailing list