Package software.amazon.jsii
Annotation Interface Jsii
Indicates that a class is a jsii class, which means that it's logic is implemented in
a JavaScript module.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceIndicates that a proxy implementation exists for this type, and what it is. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe jsii FQN (fully qualified name) for this type.Class<? extends JsiiModule>The jsii module class that hosts this type.
-
Element Details
-
module
Class<? extends JsiiModule> moduleThe jsii module class that hosts this type.- Returns:
- The class which represents this jsii module.
-
fqn
String fqnThe jsii FQN (fully qualified name) for this type.- Returns:
- The jsii FQN of the type.
-