Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] How to do foreach(Class x where ...) in aspectJ ?

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

Hi.

You should be able to match on a generic class initialization
joinpoint with "staticinitialization" and in combination check if the
initialized type has an appropriate annotation and if so, put the
type into a list.

Hope that helps,
Eric

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

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQlrfLMwiFCm7RlWCEQK4hgCgoEzwXM7D7yT17kNpXqlbQc4vtUQAnjSP
Pa36hoLaucBmahJ7X2rwuoaq
=lWyu
-----END PGP SIGNATURE-----




Back to the top