aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-02-19 17:21:30 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2013-02-19 17:21:30 +0200
commit8786a1cab3fbc144f04b69199a331bbbb12eaedb (patch)
treebdbb85c06f841c7bcf2240a476c3503ca738b0e2 /README.md
parent3f6825d0778ee430f591803f91af44aab2cfc13d (diff)
downloadpf4j-8786a1cab3fbc144f04b69199a331bbbb12eaedb.tar.gz
pf4j-8786a1cab3fbc144f04b69199a331bbbb12eaedb.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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 {