Welcome to Meiyo!

False modesty a part, Meiyo is THE classpath class scanner for Java. Why? Simply because provides even-based alike APIs that allow users perform efficient and lightweight classpath scan operation without storing any data.

Meiyo is a Japanes word that means "Honour".

Before starting

Meiyo is available on the Maven Central repo, you just need to add the dependency below in your pom.xml file:

<dependencies>
    ...
    <dependency>
        <groupId>org.99soft.commons</groupId>
        <artifactId>meiyo</artifactId>
        <version>XX.XX</version>
    </dependency>
    ...
</dependencies>