aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-02-19 17:12:50 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2013-02-19 17:12:50 +0200
commit7ac8689a0b80f1083155e9205ebb87c9187aa675 (patch)
tree68bed41b0057a6d44d9ced385b01e99163933b35 /README.md
parentb333e38e43a49509128c41c44fb0bf7a5a5ae2e5 (diff)
downloadpf4j-7ac8689a0b80f1083155e9205ebb87c9187aa675.tar.gz
pf4j-7ac8689a0b80f1083155e9205ebb87c9187aa675.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab317a6..398fc8b 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,8 @@ In this case the `classes/META-INF/MANIFEST.MF` file looks like:
In above manifest I described a plugin with id `welcome-plugin`, with class `ro.fortsoft.pf4j.demo.welcome.WelcomePlugin`, with version `0.0.1` and with dependencies
to plugins `x, y, z`.
+Also you can use any PluginDescriptorFinder (for example **PropertiesPluginDescriptorFinder**) in DefaultPluginManager (using setPluginDescriptorFinder() method).
+
You can define an extension point in your application using **ExtensionPoint** interface marker.
public interface Greeting extends ExtensionPoint {