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

com.azure.sdk.template.implementation.Hidden 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.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