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

org.lestr.examples.embbedXMLDocument.bPlugin.BPlugin Maven / Gradle / Ivy

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

package org.lestr.examples.embbedXMLDocument.bPlugin;

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

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


    public String getMessage() {

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

    }// END Method getMessage


}// END Class BPlugin




© 2015 - 2025 Weber Informatics LLC | Privacy Policy