Fzzy Config

Fzzy Config

Arbitrary POJO (plain ol' objects) can be validated. Fzzy Config will automatically wrap any object that implements Walkable, or you can construct validation manually with ValidatedAny. The validation constructs a "mini-config" around the object; any validation or applicable fields included within the object will be validated just like a proper config. [[Annotations]] relevant to configs like @IgnoreVisibility work for these objects also.

See examples of ValidatedAny at Laying out Configs