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

org.lestr.astenn.examples.embbedXMLDocument.aPlugin.APlugin Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package org.lestr.astenn.examples.embbedXMLDocument.aPlugin;

import org.lestr.examples.embbedXMLDocument.application.IPlugin;


/**
 *
 * @author pibonnin
 */
public class APlugin implements IPlugin {


    public String getMessage() {

        return "Hello, I'm the A-Plugin !";

    }// END Method getMessage


}// END Class APlugin




© 2015 - 2025 Weber Informatics LLC | Privacy Policy