jar

io.github.benas : adp4j

Maven & Gradle

Dec 23, 2013
84 stars

adp4j · Annotation Driven Properties For Java allows you to inject properties in your objects in a declarative way using annotations

Table Of Contents

Latest Version

Download io.github.benas : adp4j JAR file - Latest Versions:

All Versions

Download io.github.benas : adp4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 adp4j-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.benas.adp4j.annotations

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

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

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

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

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

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

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

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

io.github.benas.adp4j.impl

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

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

io.github.benas.adp4j.api

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

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

io.github.benas.adp4j.processors

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

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

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

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

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

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

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

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

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

Advertisement