Skip to content

A java library to scan for references of classes inside another class

License

Notifications You must be signed in to change notification settings

goblinbr/class-bytes-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Bytes Scanner

A java library to scan for references of classes inside another class

Maven

<dependency>
    <groupId>com.github.goblinbr</groupId>
    <artifactId>class-bytes-scanner</artifactId>
    <version>1.0.0</version>
</dependency>