Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Type patterns

Hi,
 
     Type patterns are not simple to understand especially patterns like execution(public (@Immutable *) org.xyz..*.*(..))
 
Even though specifications like this are there it is a bit difficult to understand. What is the difference between ' Dot Dot' and ' Dot Dot Dot' ? Some examples are needed, I think.
 
FormalsPatternAfterDotDot :=
        OptionalParensTypePattern (',' FormalsPatternAfterDotDot)* |
        TypePattern '...'
 
Thanks,
Mohan

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.


Back to the top