Re: @JsfPhaseListener - Alternative name?

2014-03-06 Thread Gerhard Petracek
-1, because you would get e.g.: @DeltaSpike @DeltaSpikeOrdinal(1) public class MyPhaseListener implements PhaseListener { //... } for sure it's a matter of taste, but imo it looks strange... (+ as mentioned earlier, it isn't consistent with other parts.) regards, gerhard 2014-03-06 20:11

@JsfPhaseListener - Alternative name?

2014-03-06 Thread Thomas Andraschko
Hi, as we introduced @DeltaSpike now and replaced the redundant @Web with it, maybe we can discuss @JsfPhaseListener, too. We could also use @DeltaSpike in this case but @JsfPhaseListener also contains an ordinal attribute. Gerhard mentioned that the idea was to combine it in one annotation as i