Hi:
I like the way roo generates all the artifacts when I install a finder.
If I need to delete this finder (which I added by accident).....do I need to go through all these artifacts to remove all the relevant code?
Thanks
Edwin
Hi:
I like the way roo generates all the artifacts when I install a finder.
If I need to delete this finder (which I added by accident).....do I need to go through all these artifacts to remove all the relevant code?
Thanks
Edwin
If you added a finder, it will be defined with the @RooEntity annotation on your entity. So just edit the @RooEntity annotation, removing the finder. When Roo next runs (or if it's already running) your change will automatically be detected and the finder removed.
Beautiful!!!! thanks