java/de/jflex/testing/testsuite/annotations/NoExceptionThrown.java (2 lines of code) (raw):

/* * Copyright (C) 2018-2019 Google, LLC. * SPDX-License-Identifier: BSD-3-Clause */ package de.jflex.testing.testsuite.annotations; /** An exception that is never thrown. */ public final class NoExceptionThrown extends Throwable {}