aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-06-11 13:30:30 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-06-11 13:30:30 +0300
commite58e71a0980e8a87d51903006c7a7cba6f317135 (patch)
tree54fd1bae7c857277ded67fab03bce2f37147d41b /README.md
parentf508484004b0d71bd146eadd0cb1f7de1db43952 (diff)
downloadpf4j-e58e71a0980e8a87d51903006c7a7cba6f317135.tar.gz
pf4j-e58e71a0980e8a87d51903006c7a7cba6f317135.zip
load extensions from classpath; before this commit only plugins can declare extensions
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 9ac353b..cfa8a13 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,8 @@ The output is:
>>> Welcome
>>> Hello
+**NOTE:** Starting with version 0.9 you can define an extension directly in a jar (in classpath). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/WhazzupGreeting.java) for a real example.
+
You can inject your custom component (for example PluginDescriptorFinder, ExtensionFinder, PluginClasspath, ...) in DefaultPluginManager just override `create...` methods (factory method pattern).
Example: