All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.bundle.info Maven / Gradle / Ivy

There is a newer version: 0.9.12_1
Show newest version
\u001B[1mSYNOPSIS\u001B[0m
    This OSGi bundle wraps reflections 0.9.9 jar file.

    Original Maven URL:
        \u001B[33mmvn:org.reflections/reflections/0.9.9\u001B[0m

\u001B[1mDESCRIPTION\u001B[0m
        Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project.

        Using Reflections you can query your metadata such as:

    		get all subtypes of some type
    		get all types/constructos/methods/fields annotated with some annotation, optionally with annotation parameters matching
    		get all resources matching matching a regular expression
    		get all methods with specific signature including parameters, parameter annotations and return type 
\u001B[1mSEE ALSO\u001B[0m
    \u001B[36mhttp://wiki.fasterxml.com/JacksonModuleScala\u001B[0m




© 2015 - 2025 Weber Informatics LLC | Privacy Policy