methods at runtime

0 views
Skip to first unread message

Joel Lobo

unread,
Jul 26, 2010, 3:26:09 PM7/26/10
to restful...@googlegroups.com
How can I generate at runtime the methods of a class (get and set inclusive) from an xml. JDK 6 Java Annotation Processing Tool? AspectJ?

Joel Lobo
blogdojoellobo.blogspot.com
twitter.com/joellobo

Lucas Cavalcanti

unread,
Aug 4, 2010, 1:25:11 PM8/4/10
to restful...@googlegroups.com
Java Annotation Processing Tool only works with annotations...

aspectJ only decorates an existing method behavior.

you cannot reference any runtime generated methods in your java classes because of the java compiler...

what do you want to do?
[]'s
Reply all
Reply to author
Forward
0 new messages