From d316b4c5ae24011b48d6e8865e53ae5e6ab03dd9 Mon Sep 17 00:00:00 2001 From: benni Date: Tue, 23 Oct 2012 11:05:38 +0200 Subject: [PATCH] initial project setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9508c9..981fabd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Mbassador Mbassador is a very light-weight message bus implementation following the publish subscribe pattern. It is designed for ease of use and aims to be resource efficient and very fast. It was inspired by google guava's event bus which lacked some -features like weak references and ended up being even faster but offering more features. At its core it offers the following: +features like weak references at that time. At its core it offers the following: + Delivers everything: Messages must not implement any interface and can be of any type (-> message bus is typed using generics with upper bound being Object.class)