File: README.md

package info (click to toggle)
plume-reflection-util-java 0.2.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: java: 883; xml: 65; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Reflection-util:  Utilities for Java reflection

See the [API documentation](http://plumelib.org/reflection-util/api/org/plumelib/reflection/package-summary.html#package.description).

## Editing your buildfile ##

You can obtain the reflection-util library from [Maven
Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.plumelib%22%20a%3A%22reflection-util%22).

In a gradle buildfile, write

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

Other build systems are similar.