Package com.github.wuic.config

This package contains all the API elements to make objects configurable.

See: Description

Package com.github.wuic.config Description

This package contains all the API elements to make objects configurable. A configurable object provides a constructor annotated with ConfigConstructor. Each parameter of this constructor is annotated with a configuration parameter annotation:

The object could be discovered over the classpath with an ObjectBuilderFactory.
Author:
Guillaume DROUET

Copyright © 2012-2015. All Rights Reserved.