美文网首页
Reflections使用

Reflections使用

作者: 淋雨心晴 | 来源:发表于2020-04-19 13:23 被阅读0次

    导入依赖

    <dependency>
        <groupId>org.reflections</groupId>
        <artifactId>reflections</artifactId>
        <version>0.9.12</version>
    </dependency>
    
    <dependency>
        <groupId>org.javassist</groupId>
        <artifactId>javassist</artifactId>
        <version>3.27.0-GA</version>
    </dependency>
    

    github地址

    reflections
    javassist

    官方API

    Reflections

    参考使用

    参考使用

    相关文章

      网友评论

          本文标题:Reflections使用

          本文链接:https://www.haomeiwen.com/subject/wicpbhtx.html