Go to file
Robinson 2f6d29f71d
Updated version
2023-02-03 01:52:19 +01:00
gradle/wrapper updated gradle 2023-01-25 02:12:51 +01:00
src/dorkbox/propertyLoader updated for JPMS 2023-01-25 02:13:27 +01: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 Updated version 2023-02-03 01:52:19 +01:00
build.gradle.kts Updated version 2023-02-03 01:52:19 +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 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

Swing Active Render

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.2</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:PropertyLoader:1.0"
}

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.