Registry / config / owner-java8

owner-java8

JSON →
library1.0.12javamavenunverified

A Java properties file configuration library with type-safe interfaces, supporting Java 8 features.

config
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

org.aeonbits.owner.Config

Defines a type-safe configuration interface and loads properties from a file.

import org.aeonbits.owner.Config; import org.aeonbits.owner.ConfigFactory; public interface MyConfig extends Config { @Key("server.port") int port(); } MyConfig cfg = ConfigFactory.create(MyConfig.class); int port = cfg.port();
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources