Object ThrowsAnnotation.Companion
-
- All Implemented Interfaces:
public class ThrowsAnnotation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final KClass<Throws>EXCEPTIONprivate final CodeBlockArray<CodeBlock>EMPTYpublic final static ThrowsAnnotation.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KClass<Throws>getEXCEPTION()final CodeBlockArray<CodeBlock>getEMPTY()-
-
Method Detail
-
getEXCEPTION
final KClass<Throws> getEXCEPTION()
-
getEMPTY
final CodeBlockArray<CodeBlock> getEMPTY()
-
-
-
-