I've been looking for documentation on WELD-SE's classpath scanner API, but haven't been able to find any. I'm trying to discover POJOs with custom annotations in the spirit of the Servlet, WebSocket and JAX-RS APIs. Is there any way to do this with WELD?
I realize that there are already libraries that do classpath scanning, such as Scannotation, FastClasspathScanner, Corn-CPS, etc., but I'm trying to keep this project lean and don't mind tight integration with WELD.