diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-11 15:19:45 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-11 15:19:45 +0300 |
commit | 2ec672068d56db6a3a20e4ba1f834c079df5a27e (patch) | |
tree | cd04e0d56035dc8953da1393366cc23c5a79685d /README.md | |
parent | bcad022f45267d31accfd232b143e7c4851d2054 (diff) | |
download | pf4j-2ec672068d56db6a3a20e4ba1f834c079df5a27e.tar.gz pf4j-2ec672068d56db6a3a20e4ba1f834c079df5a27e.zip |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ Components ------------------- - **Plugin** is the base class for all plugins types. Each plugin is loaded into a separate class loader to avoid conflicts. - **PluginManager** is used for all aspects of plugins management (loading, starting, stopping). -- **ExtensionPoint** is a point in the application where custom code can be invoked. It's a java interface marker. +- **ExtensionPoint** is a point in the application where custom code can be invoked. It's a java interface marker. +Any java interface or abstract class can be marked as extension point (implements _ExtensionPoint_ interface). - **Extension** is an implementation of extension point. It's a java annotation on a class. Artifacts |