Scans a single class and registers all annotations on the class in four collections; class annotations, field annotations method annotations and parameter annotations. This scanner can process interfaces, implementation classes and annotation classes. The scanner uses ASM to read the class bytecode, removing the need to actally load the class which would be expensive.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.