o

objectify-led

objectify-led is a small Java library for binding object or class properties at runtime using annotations, reducing boilerplate code. Values can be taken from the System, from properties files, any arbitrary source in fact, and automatically set on properties.
http://www.objectify.be/objectify-led
Apache 2
Objectify
Steve Chaloner
Files download
File Operation
objectify-led-1.2.jar download
objectify-led-1.2.pom download
objectify-led-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>be.objectify</groupId>
  <artifactId>objectify-led</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'be.objectify:objectify-led:1.2'
Gradle Kotlin
implementation("be.objectify:objectify-led:1.2")
Scala SBT
libraryDependencies += "be.objectify" % "objectify-led" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='be.objectify', module='objectify-led', version='1.2')
)
Apache Ivy
<dependency org="be.objectify" name="objectify-led" rev="1.2" />
Leiningen
[be.objectify/objectify-led "1.2"]
Apache Buildr
'be.objectify:objectify-led:jar:1.2'