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.
 
 
Robinson 726e6740dd
updated info
2 months ago
gradle/wrapper updated gradle 2 months ago
src/dorkbox/propertyLoader updated for JPMS 2 months ago
src9 Changed module name 2 months ago
.gitignore Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2 years ago
LICENSE updated license 2 months ago
LICENSE.Apachev2 Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2 years ago
README.md updated info 2 months ago
build.gradle.kts updated build deps 2 months ago
gradle.properties updated build file 2 years ago
gradlew updated gradle 2 months ago
gradlew.bat updated gradle 2 months ago
settings.gradle.kts Created the PropertyLoader project. Moved the Property class (for the @Property annotation) from the util project. 2 years ago

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