Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 598 Bytes

Reflection-util: Utilities for Java reflection

See the API documentation.

Editing your buildfile

You can obtain the reflection-util library from Maven Central.

In a gradle buildfile, write

dependencies {
  implementation 'org.plumelib:reflection-util:1.1.4'
}

Other build systems are similar.