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

com.azure.sdk.template.Hello Maven / Gradle / Ivy

There is a newer version: 1.2.2-beta.1
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.sdk.template;

/**
 * This is a sample class for template app.
 */
public class Hello {
    /**
     * Sample method.
     * @return message
     */
    public final String getMessage() {
        return "hello";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy