Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] A way to generate a static arrays of annoted classes.

Hi all,

I would like to generate a static arrays of annoted classes.

For exemple :

@PutInArray
Class A

@PutInArray
Class B

@PutInArray
Class C

Class Tools{
    static Class<?>  getAllClasses() {
        throw new runtimeException("Not yet implemented");
    }
}

Do you have an idea how to make it by aspectj ?

Best regards.
Jean-Jacques.

begin:vcard
fn:Jean-Jacques Peyronel
n:Peyronel;Jean-Jacques
org:TOWA France;Informatique
adr:Ch de la bastide blanche;;Parc GVIO Bat A5;Vitrolles;;13127;France
email;internet:jjpeyronel@xxxxxxxxxxxxxx
title;quoted-printable:D=C3=A9veloppeur
tel;work:04 42 34 01 37
tel;fax:04 42 34 01 45
url:http://www.towa-france.fr
version:2.1
end:vcard

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top