https://eclipse.dev/aspectj/doc/released/progguide/semantics-pointcuts.html

So handler(java.util.*Map) picks out the types java.util.Map and java.util.java.util.HashMap, among others, and

handler(java.util.*) picks out all types that start with "java.util." and don't have any more "."s, that is, the types in the java.util package, but not inner types (such as java.util.Map.Entry).

Comment From: Simo12138

picks out the types java.util.java.util.HashMap ?

Comment From: bclozel

I don't understand why you asked this question here.

I think you'll get better help in the AspectJ community directly. Maybe ask this question on the Eclipse forums or StackOverflow?

Comment From: Simo12138

这里的 handler(java.util.*Map) 不能匹配到 java.util.java.util.HashMap吧?

@.***

 

------------------ 原始邮件 ------------------ 发件人: "spring-projects/spring-framework" @.>; 发送时间: 2023年11月7日(星期二) 下午3:02 @.>; @.**@.**>; 主题: Re: [spring-projects/spring-framework] semantics-pointcuts (Issue #31562)

I don't understand why you asked this question here.

I think you'll get better help in the AspectJ community directly. Maybe ask this question on the Eclipse forums or StackOverflow?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>