Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Generating aspectJ code

Davi,

 

I’m unsure what you mean by creating aspects from java files.

 

Do you mean a standard java class file perhaps marked with annotations which are then processed to create a customised aspect (e.g. persistence aspect)?

 

Cheers

Neil Loughran

 

 

 

 

 

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Davi Pires
Sent: 04 October 2006 19:21
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Generating aspectJ code

 

Dear aspectJ users,

I'm trying to write an eclipse plugin that takes a java file as input, process it, and outputs aspect code (in addition to applying the changes to the original java file).

My question is: what infra-structure is available in AJDT to perform such task? If anyone could point me some classes and documentation regarding this subject I'd be extremely grateful.

Davi Pires


Back to the top