Add null notice to KDoc of Environment

This commit is contained in:
JeremyStar™ 2024-12-29 18:48:26 +01:00
parent 2ae5c3665e
commit 01472206d3
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -31,6 +31,11 @@ import oshi.hardware.HardwareAbstractionLayer
* Provides information about the
* environment the application runs in.
*
* All methods contained in this class
* have the ability to return `null`.
* They will however only do so if the
* engine is not initialized.
*
* @constructor Initializes this class
* @since v1-alpha10
*/