An open API service indexing awesome lists of open source software.

https://github.com/dorkbox/propertyloader


https://github.com/dorkbox/propertyloader

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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
---------
```

...

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.