| Re: [aspectj-users] wildcards in type signature of call to interface method |
You should also drop the '*' before the '..'. It doesn't do anything useful. It basically means "match 1 package", while '..' means match 0-N packages. On Jan 3, 2008, at 2:09 AM, Amey Dhoke wrote: Hi,
Dean Wampler, Ph.D. dean at objectmentor.com See also: http://www.aspectprogramming.com AOP advocacy site http://aquarium.rubyforge.org AOP for Ruby http://www.contract4j.org Design by Contract for Java5 |