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.