Skip navigation links

Pinject API 1.1.2 API

Annotations and service provider interfaces for Pinject.

See: Description

Packages 
Package Description
org.soulwing.cdi.properties
Annotations used for property injection
org.soulwing.cdi.properties.spi
Service provider interfaces

Annotations and service provider interfaces for Pinject.

Pinject is a CDI extension that injects property values into CDI-managed beans. By simply adding a @Property qualifier to your injection points and putting the corresponding property value in a properties file or system property that can be located by the extension, you can inject properties for strings, numbers, URLs, etc.

Pinject is extensible using the JDK's ServiceLoader mechanism. By providing your own property converters, the extension can inject property values of almost any type that has a well-defined string representation. Moreover, by providing your own custom resolver, you can resolve property values in practically any manner that suits the needs of your application.

Skip navigation links

Copyright © 2014–2016. All rights reserved.