PropertyLoader/README.md

35 lines
941 B
Markdown
Raw Normal View History

2023-02-03 02:06:14 +01:00
Property annotation provider
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/SwingActiveRender) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/SwingActiveRender) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/SwingActiveRender)
This provides a @Property annotation allowing modifiable fields access via annotation scanning.
Maven Info
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>PropertyLoader</artifactId>
2023-02-03 01:52:19 +01:00
<version>1.2</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
dependencies {
...
2023-02-03 02:06:14 +01:00
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.