瀏覽代碼

update readme

tags/release-0.1
Decebal Suiu 11 年之前
父節點
當前提交
2ec672068d
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      README.md

+ 2
- 1
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

Loading…
取消
儲存