Browse Source

Update README.md

tags/release-0.4
Decebal Suiu 11 years ago
parent
commit
8786a1cab3
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

@@ -91,6 +91,12 @@ to plugins `x, y, z`.

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

plugin.class=ro.fortsoft.pf4j.demo.welcome.WelcomePlugin
plugin-dependencies=x, y, z
plugin-id=welcome-plugin
plugin-Provider=Decebal Suiu
plugin.version=0.0.1

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

public interface Greeting extends ExtensionPoint {

Loading…
Cancel
Save