mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-04 12:29:09 +00:00
Resolve imports.
This commit is contained in:
parent
b7a579f27a
commit
22183648b3
@ -15,6 +15,9 @@
|
||||
|
||||
package org.acegisecurity.annotation;
|
||||
|
||||
import java.lang.reflect.AccessibleObject;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.acegisecurity.ConfigAttributeDefinition;
|
||||
@ -25,12 +28,10 @@ import org.acegisecurity.PersonServiceImpl;
|
||||
import org.acegisecurity.SecurityConfig;
|
||||
import org.acegisecurity.Service;
|
||||
import org.acegisecurity.ServiceImpl;
|
||||
|
||||
import org.acegisecurity.intercept.method.MethodDefinitionMap;
|
||||
import org.acegisecurity.intercept.method.MethodDefinitionSourceEditor;
|
||||
import org.aopalliance.intercept.MethodInvocation;
|
||||
|
||||
import java.lang.reflect.AccessibleObject;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
|
||||
/**
|
||||
* Extra tests to demonstrate generics behaviour with <code>MethodDefinitionMap</code>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user