All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.eladb.jsiilibrarytemplate.Hello Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.github.eladb.jsiilibrarytemplate;

/**
 * Hello class.
 * 

* EXPERIMENTAL */ @javax.annotation.Generated(value = "jsii-pacmak/1.5.0 (build 46538f8)", date = "2020-05-10T20:38:16.131Z") @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) @software.amazon.jsii.Jsii(module = com.github.eladb.jsiilibrarytemplate.$Module.class, fqn = "jsii-library-template.Hello") public class Hello extends software.amazon.jsii.JsiiObject { protected Hello(final software.amazon.jsii.JsiiObjectRef objRef) { super(objRef); } protected Hello(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) { super(initializationMode); } public Hello() { super(software.amazon.jsii.JsiiObject.InitializationMode.JSII); software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this); } /** * Hey there! *

* EXPERIMENTAL */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) public @org.jetbrains.annotations.NotNull java.lang.String world() { return this.jsiiCall("world", java.lang.String.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy