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.

<<attachment: jjpeyronel.vcf>>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to