software.amazon.awscdk.$Module Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk Show documentation
Show all versions of cdk Show documentation
AWS Cloud Development Kit Core Library
package software.amazon.awscdk;
import software.amazon.jsii.JsiiModule;
public final class $Module extends JsiiModule {
public $Module() {
super("@aws-cdk/cdk", "0.36.0", $Module.class, "[email protected]");
}
@Override
protected Class> resolveClass(final String fqn) throws ClassNotFoundException {
switch (fqn) {
default: throw new ClassNotFoundException("Unknown JSII type: " + fqn);
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy