User development, A new message was posted in the thread "Javassist and compile-time code instrumentation":
http://community.jboss.org/message/527520#527520 Author : Arvind K Profile : http://community.jboss.org/people/megalodon Message: -------------------------------------------------------------- Just my 2 cents: As far as I know, Javassist has methods to read only compiled class files. Its not an optimal solution but if you can comile your code and later on specify the parts for annotation, you can read the class files, process them using javassist and re write them back. That way there'd be no additional steps during runtime. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/527520#527520
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
