Comment 1 for bug 467207

Revision history for this message
Nicolas Leroux (nicolas-lunatech) wrote : Re: Feature request: Secure params biding

I see 3 options for that issue:

1) Provide an helper class that delegates to the jakarta common beanutils
2) Add a new annotation: @NoBinding
3) As I happen to work on the @As annotation that is a binding annotation, add a new attribute for it that exclude a propery: @As(exclude="myAttribute")

I am still debating between option 2) and 3).