Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Implementing abstract pointcut that includes nojoinpoints

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

pointcut concretePointcut(): if(false);

should also work and in later versions not even impose any overhead since
if(false) was optimized to not create a dynamic check. Maybe that's a bit
more explicit than just...

pointcut concretePointcut();

Certainly depend's on the programmer's taste, however.

Cheers,
Eric


- -- 
Eric Bodden
Chair I2 for Programming Languages and Program Analysis
RWTH Aachen University


-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 9.0.2 (Build 2424)

iQA/AwUBQ1ieKMwiFCm7RlWCEQIoJgCgrJTYx4INZvfj854Dsn1unxSAPY8Anj3t
78mYD/98XwXhRy4m4auGV2g5
=I9s2
-----END PGP SIGNATURE-----



Back to the top