]> source.dussan.org Git - pf4j.git/commitdiff
update readme
authorDecebal Suiu <decebal.suiu@gmail.com>
Thu, 11 Oct 2012 12:19:45 +0000 (15:19 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 11 Oct 2012 12:19:45 +0000 (15:19 +0300)
README.md

index 3e1e006e06e1f4ea011f3f437bb6f61210dd7078..f1cf5068a55df5bb3caf53d839b908c77746daf8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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