diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-19 17:21:30 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-19 17:21:30 +0200 |
commit | 8786a1cab3fbc144f04b69199a331bbbb12eaedb (patch) | |
tree | bdbb85c06f841c7bcf2240a476c3503ca738b0e2 /README.md | |
parent | 3f6825d0778ee430f591803f91af44aab2cfc13d (diff) | |
download | pf4j-8786a1cab3fbc144f04b69199a331bbbb12eaedb.tar.gz pf4j-8786a1cab3fbc144f04b69199a331bbbb12eaedb.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 { |