From: Decebal Suiu Date: Thu, 10 Oct 2013 14:15:27 +0000 (+0300) Subject: Update README.md X-Git-Tag: release-0.6~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7cbdd748b901a40dee324b4293f8ccc1532e700c;p=pf4j.git Update README.md --- diff --git a/README.md b/README.md index 21cfda2..240a4f9 100644 --- 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. You can control extension instance creation overriding `createExtensionFactory` method. +**DefaultExtensionFinder** looks up extensions using **Extension** annotation. You can control extension instance creation overriding `createExtensionFactory` method from DefaultExtensionFinder. public class WelcomePlugin extends Plugin {