开发者

auto completion on generated java code in eclipse

I would like to make auto generated code available to eclipse editor for auto completion

Following cases:

1) Xml docu开发者_JAVA百科ment describing a data model and java processor is creating java source code. Right now I need to run ant script to create java source. Could that be triggered by change of xml document?

2) Class is extended with new methods by apt processor. Is it possible to register apt processors to the jdt?

3) Instrumented java byte code creates new methods. Is it possible to make the auto completion read through a class loader which is doing byte code weaving?


The first case could be addressed with your ant script registered as a builder.
It is detailed in "Creating a project builder Ant buildfile"

auto completion on generated java code in eclipse

You can setup this builder to run on each file save.

But I am not sure about the second and third cases, except to see see if the completion works after a "refresh project".

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜