https://github.com/davewm/narcissus
A library that allows private field reflection
https://github.com/davewm/narcissus
Last synced: 4 months ago
JSON representation
A library that allows private field reflection
- Host: GitHub
- URL: https://github.com/davewm/narcissus
- Owner: DaveWM
- License: epl-2.0
- Created: 2025-01-31T16:00:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T12:38:51.000Z (over 1 year ago)
- Last Synced: 2025-10-09T09:29:14.591Z (8 months ago)
- Language: Clojure
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# narcissus
A library to allow getting/setting private fields in Java classes.
This is not currently possible directly due to [this bug](https://clojurians.slack.com/archives/C06E3HYPR/p1716409397017219?thread_ts=1716406997.008679&cid=C06E3HYPR).