com.azure.sdk.template.Hello Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-sdk-template Show documentation
Show all versions of azure-sdk-template Show documentation
This package contains Microsoft Azure SDK for Template.
// 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