You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
gradle/wrapper | 2 months ago | |
src/dorkbox/propertyLoader | 2 months ago | |
src9 | 2 months ago | |
.gitignore | 2 years ago | |
LICENSE | 2 months ago | |
LICENSE.Apachev2 | 2 years ago | |
README.md | 2 months ago | |
build.gradle.kts | 2 months ago | |
gradle.properties | 2 years ago | |
gradlew | 2 months ago | |
gradlew.bat | 2 months ago | |
settings.gradle.kts | 2 years ago |
README.md
Property annotation provider
This provides a @Property annotation allowing modifiable fields access via annotation scanning.
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>PropertyLoader</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
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.