mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-02 16:52:14 +00:00
SEC-758: Both AspectJSecurityInterceptor and AspectJAnnotationSecurityInterceptor not usable with @AspectJ notation
http://jira.springframework.org/browse/SEC-758. Added "throws Throwable" to AspectJAnnotationCallback signature.
This commit is contained in:
parent
e15d7a78cd
commit
09cf90258f
@ -12,5 +12,5 @@ package org.springframework.security.intercept.method.aspectj;
|
||||
public interface AspectJAnnotationCallback {
|
||||
//~ Methods ========================================================================================================
|
||||
|
||||
Object proceedWithObject();
|
||||
Object proceedWithObject() throws Throwable;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user