Search:

Type: Posts; User: zach.marshall; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks, that does indeed work. However, if I do...

    Thanks, that does indeed work. However, if I do that, then I cannot get to the annotation which is present on the class from my interceptor (which implements...
  2. Using @annotation with Spring Security Annotations

    I have a service interface that has a method that looks like the following:



    package com.foo.svcs;

    public interface FooService {
    @PreAuthorize("ROLE_USER")
    ...
  3. SourceHttpMessageConverter doesn't work with transform sublcasses

    I'm writing a simple project using Spring MVC. I have a Controller with a handler method annotated with @ResponseBody that returns a javax.xml.transform.Source. In my handler method, I return a...
Results 1 to 3 of 3