JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
redempt.redlib.config.annotations
Annotation Interface ConfigConstructor
@Inherited
@Target
(
CONSTRUCTOR
)
@Retention
(
RUNTIME
)
@Documented
public @interface
ConfigConstructor
Denotes a constructor which can be used to initialize the object from config. Parameter names in the constructor must match field names in the class.