Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Extended pointcut definitions with metadata for Tiger release?

Hi, altogether.

I was wondering if there will be enhancements to the pointcut model in
AspectJ that allow matching against certain metadata tags. Say e.g. someone
wanted to match on all calls to methods marked with @Caching, I would like
to have the option to use something like:

call(@Caching * *.*(..))

Second question: If so, will one be able to pass attributes of those
annotations through to advice ("expose" them). E.g. if somebody declared
@Caching(STRATEGY_1), I would like to be able to expose STRATEGY_1 as usual.

Is such an extended model being planned or even specified already?

Thanks,
Eric

--
Eric Bodden
RWTH Aachen University
ICQ UIN: 12656220, Skype: ericbodden, PGP: BB465582
Website: http://www.bodden.de




Back to the top