[
https://issues.apache.org/struts/browse/WW-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44554#action_44554
]
Jelmer Kuperus commented on WW-2760:
------------------------------------
Specifying excludes is useful mostly when binding directly on domain objects,
polluting those with web framework specific annotations seems like a bad idea
to me. So that kind of limits the applicability of this solution
> Annotation-based Parameters Interceptor
> ---------------------------------------
>
> Key: WW-2760
> URL: https://issues.apache.org/struts/browse/WW-2760
> Project: Struts 2
> Issue Type: New Feature
> Components: Core Interceptors
> Affects Versions: 2.0.11.2
> Reporter: Brian Relph
> Assignee: Musachy Barroso
> Priority: Minor
> Attachments: AcceptParameter.java, AcceptParameters.java,
> AnnotationParametersInterceptor.java, AnnotationParametersInterceptorTest.java
>
>
> Annotation-based parameters interceptor. Extends ParametersInterceptor, and
> allows you to annotate both the class (for the default accept policy for
> parameters), and each property individually (that will override the class
> annotation).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.