de.audioattack.io.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console Show documentation
Show all versions of console Show documentation
A replacement for java.io.Console with a System.in and System.out based fallback
The newest version!
/*
* SPDX-FileCopyrightText: 2021 Marc Nause
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Provides a drop-in replacement for Java's {@link java.io.Console java.io.Console} which is problematic to use
* since it is not available in some environments and is a common cause of {@link java.lang.NullPointerException}s.
*/
package de.audioattack.io;