Package net.kyori.examination

A library for examining objects and producing the output.

Objects which which to expose properties using examination should implement Examinable, and provide any toString elements as examinable properties. These objects should make sure to overide Object.toString() in order to call to the examination methods.

This API module does not itself contain any examiners that generate output. Those are provided by separate submodules.