Package com.igormaznitsa.meta.annotation
Annotation Type ThrowsRuntimeExceptions
-
@Documented @Target({METHOD,CONSTRUCTOR}) @Retention(CLASS) public @interface ThrowsRuntimeExceptions
It allows to describe set of runtime exceptions thrown by method.- Since:
- 1.1.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ThrowsRuntimeException[]
value
Array of exception descriptors.
-
-
-
Element Detail
-
value
ThrowsRuntimeException[] value
Array of exception descriptors.- Returns:
- array of exception descriptors.
-
-