1 مستودع
Indexing non-class files such as properties or configuration files found on the classpath.
Distinct from Non-Code Resource Reloading: Distinct from Non-Code Resource Reloading: focuses on the initial discovery and indexing of resources rather than refreshing them at runtime.
Explore 1 awesome GitHub repository matching development tools & productivity · Non-Bytecode Resource Indexing. Refine with filters or upvote what's useful.
Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and resources at runtime. It functions as a tool for annotation discovery and type hierarchy analysis, allowing the system to identify elements marked with specific annotations or to resolve super-types and subtypes within the Java virtual machine. The project distinguishes itself through metadata serialization, providing mechanisms to save the scanned index to persistent files or source code. This capability reduces application startup overhead by eliminating the need for repeated, expe
Indexes non-bytecode files such as properties or configuration files found on the classpath.