@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
public @interface ThrowsRuntimeExceptions
| Modifier and Type | Required Element and Description |
|---|---|
ThrowsRuntimeException[] |
value
Array of exception descriptors.
|
public abstract ThrowsRuntimeException[] value