Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Noleme/noleme-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
eledhwen committed May 30, 2021
2 parents 9e78c42 + 1cd145c commit f0a0d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Noleme Vault

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/noleme/noleme-vault/Java%20CI%20with%20Maven)](https://github.com/noleme/noleme-vault/actions?query=workflow%3A%22Java+CI+with+Maven%22)
[![Maven Build](https://github.com/noleme/noleme-vault/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/noleme/noleme-vault/actions/workflows/maven.yml)
[![Maven Central Repository](https://maven-badges.herokuapp.com/maven-central/com.noleme/noleme-vault/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.noleme/noleme-vault)
[![javadoc](https://javadoc.io/badge2/com.noleme/noleme-vault/javadoc.svg)](https://javadoc.io/doc/com.noleme/noleme-vault)
![GitHub](https://img.shields.io/github/license/noleme/noleme-vault)
Expand All @@ -9,7 +9,7 @@
A library providing DI with JSR-330 annotations and extensible YML/JSON configuration.

The intended goal is to have both "traditional" DI capabilities and a non-intrusive, runtime-evaluated configuration system with an emphasis on composition.
Each configuration file represents a small graph of objects that can be composed with others in order to obtain an application.
Each configuration file represents a small graph of objects that can be composed with others in order to create an application.

Implementations found in this package shouldn't be tied to any specific Noleme project.

Expand Down

0 comments on commit f0a0d57

Please sign in to comment.