Skip to content
Snippets Groups Projects
Olek Wojnar's avatar
Olek Wojnar authored
6d4cbd04
History

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:0.2.2'
}

Other build systems are similar.