diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-15 17:58:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 17:58:30 +0200 |
commit | ce53fa3063d361e6c392db92ce6fe908e527d4d9 (patch) | |
tree | cab298d3a27da417cf3b94b6de8da6533d3bc89d /README.md | |
parent | 84461f0f6ec8471bb5d6c226e6e259815effe564 (diff) | |
download | pf4j-ce53fa3063d361e6c392db92ce6fe908e527d4d9.tar.gz pf4j-ce53fa3063d361e6c392db92ce6fe908e527d4d9.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ declared by application or other plugins. Also a plugin can define extension poi Features/Benefits ------------------- With PF4J you can easily transform a monolithic java application in a modular application. -PF4J is an open source (Apache license) lightweight (around __50 KB__) plugin framework for java, with minimal dependencies (only slf4j-api) and very extensible (see `PluginDescriptorFinder` and `ExtensionFinder`). +PF4J is an open source (Apache license) lightweight (around __100 KB__) plugin framework for java, with minimal dependencies (only slf4j-api) and very extensible (see `PluginDescriptorFinder` and `ExtensionFinder`). Practically PF4J is a microframework and the aim is to keep the core simple but extensible. I try to create a little ecosystem (extensions) based on this core with the help of the comunity. For now are available these extensions: |