]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Thu, 10 Oct 2013 14:14:26 +0000 (17:14 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 10 Oct 2013 14:14:26 +0000 (17:14 +0300)
README.md

index 15b7947b385e46f67b04868e0958f9b1c8bccfa3..21cfda24a7f19ac6775618f73d2169be2ce36bb8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ You can define an extension point in your application using **ExtensionPoint** i
     }
 
 Another important internal component is **ExtensionFinder** that describes how the plugin manager discovers extensions for the extensions points.   
-**DefaultExtensionFinder** looks up extensions using **Extension** annotation.
+**DefaultExtensionFinder** looks up extensions using **Extension** annotation. You can control extension instance creation overriding `createExtensionFactory` method.
 
     public class WelcomePlugin extends Plugin {