mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Moved AnnotationBeanNameGenerator's String value check right before cast
Issue: SPR-11221
This commit is contained in:
@@ -20,12 +20,10 @@ import org.aspectj.lang.annotation.Aspect;
|
||||
import org.aspectj.lang.annotation.Before;
|
||||
import org.aspectj.lang.annotation.Pointcut;
|
||||
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
@Component
|
||||
@CustomAspectStereotype({"myPointcutInfo", "otherPointcutInfo"})
|
||||
@Aspect
|
||||
public class ServiceInvocationCounter {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user