Hi,

In my controller I do something like this

Code:
        final String someValue =
                (String) session.getServletContext().getAttribute(
                        "someValue");
What is the annotation way to do something similar?

Thanks,
Josh