diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-09-05 18:34:21 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-09-05 18:34:21 +0300 |
commit | 114afd5783af6dcb3b8f6a393dbabfefc3171062 (patch) | |
tree | 346f9ab5e7390567b2c34e058b013420fde4bb4b | |
parent | 3bd47b504a23ba86c883870075cf80823d3d89ff (diff) | |
parent | 75120802e89bc5476bede83564b235e98069a3e3 (diff) | |
download | pf4j-114afd5783af6dcb3b8f6a393dbabfefc3171062.tar.gz pf4j-114afd5783af6dcb3b8f6a393dbabfefc3171062.zip |
Merge branch 'master' of https://github.com/decebals/pf4j
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ Plugin Framework for Java (PF4J) ===================== A plugin is a way for a third party to extend the functionality of an application. A plugin implements extension points -declared by application or other plugins. Also a plugin can define extension points. +declared by application or other plugins. Also a plugin can define extension points. + +Current build status: [![Build Status](https://buildhive.cloudbees.com/job/decebals/job/pf4j/badge/icon)](https://buildhive.cloudbees.com/job/decebals/job/pf4j/) Features/Benefits ------------------- |