Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] adding a import statement into a JAR file.

i guess you don't need to do that. imports are only to help the compiler
to resolve references. in fact to help the user not needing to fully
qualify everything. when you are dealing with bytecode (probably)
there's nothing like import.


:: Questions
:: How can I add a new package import for specific java classes 
:: contained within a JAR file using aspectJ. 
:: I think it has to be done with around advice. However I am 
:: not replacing anything just adding the line. I appologise in 
:: advance if the answer is obvious. I am new at this and I'm 
:: short for time and thought getting your input on this would help.  
:: Thank you
:: Trishan
:: _______________________________________________
:: aspectj-users mailing list
:: aspectj-users@xxxxxxxxxxx 
:: :: http://dev.eclipse.org/mailman/listinfo/aspectj-users
:: 
:: 


Back to the top