Object ThrowsAnnotation.Companion
-
- All Implemented Interfaces:
public class ThrowsAnnotation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final KClass<Throws>
EXCEPTION
private final CodeBlockArray<CodeBlock>
EMPTY
public final static ThrowsAnnotation.Companion
INSTANCE
-
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()
-
-
-
-