From 8786a1cab3fbc144f04b69199a331bbbb12eaedb Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Tue, 19 Feb 2013 17:21:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 398fc8b..905e799 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ to plugins `x, y, z`. Also you can use any PluginDescriptorFinder (for example **PropertiesPluginDescriptorFinder**) in DefaultPluginManager (using setPluginDescriptorFinder() method). + plugin.class=ro.fortsoft.pf4j.demo.welcome.WelcomePlugin + plugin-dependencies=x, y, z + plugin-id=welcome-plugin + plugin-Provider=Decebal Suiu + plugin.version=0.0.1 + You can define an extension point in your application using **ExtensionPoint** interface marker. public interface Greeting extends ExtensionPoint { -- 2.39.5