diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-06-11 13:30:30 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-06-11 13:30:30 +0300 |
commit | e58e71a0980e8a87d51903006c7a7cba6f317135 (patch) | |
tree | 54fd1bae7c857277ded67fab03bce2f37147d41b /README.md | |
parent | f508484004b0d71bd146eadd0cb1f7de1db43952 (diff) | |
download | pf4j-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |