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 ElementsModifier and TypeRequired ElementDescriptionArray of exception descriptors.
-
Element Details
-
value
ThrowsRuntimeException[] valueArray of exception descriptors.- Returns:
- array of exception descriptors.
-