> - @Stateless - instead of overriding isStateless > - @Headers - define headers specific for the page
Playing the advocate of the devil: the thing with those is that it doesn't actually solve anything. I mean, you hardly decrease the lines of code you have to write to achieve something, annotations are arguably harder to discover than overridable methods, and we end up with having multiple ways to do the same thing... Eelco