Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] JavaFileObject equivalent in AspectJ

Hi,
In Java, there is a JavaFileObject class which can be used to compile and
run Java code on the fly from within another Java program.  Is there a
similar construct in AspectJ?  In short, I want to generate, compile and run
an aspect, from within another file. Is this possible?
Thanks for any suggestions.
Aryenne



--
View this message in context: http://aspectj.2085585.n4.nabble.com/JavaFileObject-equivalent-in-AspectJ-tp4650887.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top