com.azure.sdk.template.implementation.Hidden 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.implementation;
/**
* This is an implementation sample class for template app.
*/
public class Hidden {
/**
* Implementation sample method.
*
* @return implementation message
*/
public String getImplementationMessage() {
return "hidden";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy