jar

io.github.benas : easy-properties

Maven & Gradle

Jul 18, 2016
82 stars

easy-properties · Easy Properties is a library to inject configuration properties in Java objects declaratively using annotations

Table Of Contents

Latest Version

Download io.github.benas : easy-properties JAR file - Latest Versions:

All Versions

Download io.github.benas : easy-properties JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window easy-properties-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.benas.easyproperties.api

├─ io.github.benas.easyproperties.api.AnnotationProcessingException.class - [JAR]

├─ io.github.benas.easyproperties.api.AnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.api.PropertiesInjector.class - [JAR]

├─ io.github.benas.easyproperties.api.PropertyInjectionException.class - [JAR]

io.github.benas.easyproperties

├─ io.github.benas.easyproperties.DaemonThreadFactory.class - [JAR]

├─ io.github.benas.easyproperties.HotReloadingRegistrar.class - [JAR]

├─ io.github.benas.easyproperties.MBeanRegistrar.class - [JAR]

├─ io.github.benas.easyproperties.PropertiesInjectionTask.class - [JAR]

├─ io.github.benas.easyproperties.PropertiesInjectorBuilder.class - [JAR]

├─ io.github.benas.easyproperties.PropertiesInjectorImpl.class - [JAR]

├─ io.github.benas.easyproperties.PropertyInjector.class - [JAR]

├─ io.github.benas.easyproperties.ReflectionUtils.class - [JAR]

io.github.benas.easyproperties.processors

├─ io.github.benas.easyproperties.processors.AbstractAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.DBPropertyAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.I18NPropertyAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.JNDIPropertyAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.ManifestPropertyAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.MavenPropertyAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.PropertiesAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.PropertyAnnotationProcessor.class - [JAR]

├─ io.github.benas.easyproperties.processors.SystemPropertyAnnotationProcessor.class - [JAR]

io.github.benas.easyproperties.annotations

├─ io.github.benas.easyproperties.annotations.DBProperty.class - [JAR]

├─ io.github.benas.easyproperties.annotations.HotReload.class - [JAR]

├─ io.github.benas.easyproperties.annotations.I18NProperty.class - [JAR]

├─ io.github.benas.easyproperties.annotations.JNDIProperty.class - [JAR]

├─ io.github.benas.easyproperties.annotations.Manageable.class - [JAR]

├─ io.github.benas.easyproperties.annotations.ManifestProperty.class - [JAR]

├─ io.github.benas.easyproperties.annotations.MavenProperty.class - [JAR]

├─ io.github.benas.easyproperties.annotations.Properties.class - [JAR]

├─ io.github.benas.easyproperties.annotations.Property.class - [JAR]

├─ io.github.benas.easyproperties.annotations.SystemProperty.class - [JAR]

Advertisement