瀏覽代碼

Update README.md

tags/release-0.4
Decebal Suiu 11 年之前
父節點
當前提交
7ac8689a0b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -89,6 +89,8 @@ In this case the `classes/META-INF/MANIFEST.MF` file looks like:
In above manifest I described a plugin with id `welcome-plugin`, with class `ro.fortsoft.pf4j.demo.welcome.WelcomePlugin`, with version `0.0.1` and with dependencies
to plugins `x, y, z`.

Also you can use any PluginDescriptorFinder (for example **PropertiesPluginDescriptorFinder**) in DefaultPluginManager (using setPluginDescriptorFinder() method).

You can define an extension point in your application using **ExtensionPoint** interface marker.

public interface Greeting extends ExtensionPoint {

Loading…
取消
儲存