Skip to main content

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

Hi!

dot dot: is used for specifying any depth in package notation
dot dot dot: is the standard for of varargs in JDK5.0

I think you may find such examples both in the Programmer guide and in Developer's Notebook.

hth,

./alex
--
.w( the_mindstorm )p.

#: mohan.radhakrishnan@xxxxxxxxxxxxx changed the world a bit at a time by saying on 10/28/2005 12:31 PM :#
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.



------------------------------------------------------------------------

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top