[ 
https://issues.apache.org/jira/browse/MYFACES-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Nicolucci resolved MYFACES-4170.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

> Implement JSF 2.3 Spec Issue 1430 - Use @Repeatable for ListenerFor and 
> ResourceDependency
> ------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-4170
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4170
>             Project: MyFaces Core
>          Issue Type: New Feature
>    Affects Versions: 2.3.0-beta
>            Reporter: Paul Nicolucci
>            Assignee: Paul Nicolucci
>             Fix For: 2.3.0
>
>
> https://github.com/javaee/javaserverfaces-spec/issues/1430
> We want to allow for the following repeatable annotations:
> @ListenerFor and @ResourceDependency , This allows for the following:
> {code:java}
> @ListenerFor(systemEventClass=PreRenderViewEvent.class)
> @ListenerFor(systemEventClass=PostRenderViewEvent.class)
> {code}
> Rather than:
> {code:java}
> @ListenersFor ({
>     @ListenerFor(systemEventClass=PreRenderViewEvent.class)
>     @ListenerFor(systemEventClass=PostRenderViewEvent.class)
> })
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to