Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar authored Aug 17, 2024
1 parent 08c8397 commit 1f9cdf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation "me.mrnavastar:r:1.0.0"
implementation "me.mrnavastar:r:1.0.2"
}
```

Expand All @@ -36,6 +36,9 @@ reflector.get("someField", Type.class);
reflector.set("someField", myValue);
// To call a function (can be a private or a parent class function)
reflector.call("myFunction", ReturnType.class, param1, param2 ...);

// Get type params
reflector.generics();
```

### Avast Ye!
Expand Down

0 comments on commit 1f9cdf5

Please sign in to comment.