Go to file
Robinson 86980fde72
updated build deps
2023-11-27 17:14:36 +01:00
gradle/wrapper updated gradle 2023-10-02 16:12:50 +02:00
src/dorkbox/propertyLoader Added description to annotation 2023-08-19 15:52:33 +02:00
src9 Changed module name 2023-02-03 01:51:54 +01:00
.gitignore Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2021-02-08 00:08:31 +01:00
LICENSE updated license 2023-01-25 02:14:57 +01:00
LICENSE.Apachev2 Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2021-02-08 00:08:31 +01:00
README.md version 1.4 2023-08-19 15:52:51 +02:00
build.gradle.kts updated build deps 2023-11-27 17:14:36 +01:00
gradle.properties updated build file 2021-08-23 01:16:58 -06:00
gradlew updated gradle 2023-01-25 02:12:51 +01:00
gradlew.bat updated gradle 2023-01-25 02:12:51 +01:00
settings.gradle.kts Hardcoded project name 2023-08-05 12:26:33 -06:00

README.md

Property annotation provider

Dorkbox Github Gitlab

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.4</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.