Howto find entity-classes in my application?

I need to get hold of all entity-classes in my application. For now, I only use annotations(@Entity) but I may change to write XML-mapping files. :)Does some have a clue how I should get hold of my entities?
[221 byte] By [wesslana] at [2007-10-3 6:47:40]
# 1
What do you mean by "get hold of"?Wouldn't it be sufficient to grep your source code for "@entity" ?
batzeea at 2007-7-15 1:37:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...