@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Jsii
| Modifier and Type | Required Element and Description |
|---|---|
String |
fqn
The jsii FQN (fully qualified name) for this type.
|
Class<? extends JsiiModule> |
module
The jsii module class that hosts this type.
|
public abstract Class<? extends JsiiModule> module
public abstract String fqn
Copyright © 2019. All rights reserved.