From 38864942d437ef044e4325431ffcab641372b7fa Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Thu, 10 Oct 2013 17:14:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b7947..21cfda2 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. +**DefaultExtensionFinder** looks up extensions using **Extension** annotation. You can control extension instance creation overriding `createExtensionFactory` method. public class WelcomePlugin extends Plugin {