Go to file
Robinson bc2d4db172
updated gradle
2023-01-25 02:12:51 +01:00
gradle/wrapper updated gradle 2023-01-25 02:12:51 +01:00
src/dorkbox/propertyLoader Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2021-02-08 00:08:31 +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 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.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 Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2021-02-08 00:08:31 +01:00
build.gradle.kts updated build file 2021-08-23 01:16:58 -06: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.0</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.