|
@@ -12,5 +12,5 @@ package org.springframework.security.intercept.method.aspectj;
|
|
public interface AspectJAnnotationCallback {
|
|
public interface AspectJAnnotationCallback {
|
|
//~ Methods ========================================================================================================
|
|
//~ Methods ========================================================================================================
|
|
|
|
|
|
- Object proceedWithObject();
|
|
|
|
|
|
+ Object proceedWithObject() throws Throwable;
|
|
}
|
|
}
|