diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-08-19 11:47:31 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-08-19 11:47:31 +0300 |
commit | 583b64899691968c462c8bad23d24e916877c67a (patch) | |
tree | 0fcfadc2052220b1fe0039a082268f8a2c38a844 /README.md | |
parent | 357bdf703f77e8b514f333c1c28deb6ae437e2a9 (diff) | |
download | pf4j-583b64899691968c462c8bad23d24e916877c67a.tar.gz pf4j-583b64899691968c462c8bad23d24e916877c67a.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ 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. -**NOTE:** Starting with version 0.9 you can define an extension directly in a jar (in classpath). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/demo/WhazzupGreeting.java) for a real example. +**NOTE:** Starting with version 0.9 you can define an extension directly in the application jar (you're not obligated to put the extension in a plugin - you can see this extension as a default/system extension). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/demo/WhazzupGreeting.java) for a real example. Current build status: [![Build Status](https://buildhive.cloudbees.com/job/decebals/job/pf4j/badge/icon)](https://buildhive.cloudbees.com/job/decebals/job/pf4j/) |