Polishing

This commit is contained in:
Juergen Hoeller
2016-12-23 12:27:07 +01:00
parent e788b8467d
commit f51fe5fd39
2 changed files with 9 additions and 4 deletions

View File

@@ -167,8 +167,7 @@ public abstract class AbstractAspectJAdvisorFactory implements AspectJAdvisorFac
private static final String[] EXPRESSION_PROPERTIES = new String[] {"value", "pointcut"};
private static Map<Class<?>, AspectJAnnotationType> annotationTypes =
new HashMap<>();
private static Map<Class<?>, AspectJAnnotationType> annotationTypes = new HashMap<>();
static {
annotationTypes.put(Pointcut.class,AspectJAnnotationType.AtPointcut);