On Wed 17 Oct 2012 11:17:46 AM PDT, Brian Leathem wrote:
can we not build on the @ListenerFor annotation in JSF [1]?@ListenerFor(phaseEventClass=...) or, if we need a unique name, perhaps: @ListenerForPhase(phaseEventClass=...)
As Gerhard pointed out in IRC, this would just be a marker annotation, and hence empty:
@ListenerForPhase() Brian
