https://github.com/dorkbox/propertyloader
https://github.com/dorkbox/propertyloader
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dorkbox/propertyloader
- Owner: dorkbox
- License: other
- Created: 2022-10-02T18:15:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:14:54.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:00.696Z (over 1 year ago)
- Language: Java
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Property annotation provider
###### [](https://git.dorkbox.com/dorkbox/SwingActiveRender) [](https://github.com/dorkbox/SwingActiveRender) [](https://gitlab.com/dorkbox/SwingActiveRender)
This provides a @Property annotation allowing modifiable fields access via annotation scanning.
Maven Info
---------
```
...
com.dorkbox
PropertyLoader
1.4
```
Gradle Info
---------
````
dependencies {
...
compile "com.dorkbox:PropertyLoader:1.2"
}
````
License
---------
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.