> One comment I have about classpath scanning is that *if* it turns out > to be a nightmare, you could go the route of Hibernate where you have > to register what annotated pages you want to support. ex:
Well, if you're going to do that, why not just mount the page in the application class and skip the annotation + registration altogether?
