Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2B6C17542 for ; Thu, 21 May 2015 10:25:17 +0000 (UTC) Received: (qmail 22513 invoked by uid 500); 21 May 2015 10:25:17 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 22481 invoked by uid 500); 21 May 2015 10:25:14 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 22424 invoked by uid 99); 21 May 2015 10:25:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 10:25:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BA689E3A56; Thu, 21 May 2015 10:25:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: niclas@apache.org To: commits@zest.apache.org Date: Thu, 21 May 2015 10:25:01 -0000 Message-Id: <82dce77b0519443c8d4c31de8792022e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/6] zest-qi4j git commit: Adding ability to set MetaInfo on the module. Adding ability to set MetaInfo on the module. Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/a91ed9d8 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/a91ed9d8 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/a91ed9d8 Branch: refs/heads/ZEST-22_toEntity-toValue Commit: a91ed9d8f5888f28f104777024c1b91c11b6e984 Parents: a36aba1 Author: Niclas Hedhman Authored: Thu May 21 16:18:08 2015 +0800 Committer: Niclas Hedhman Committed: Thu May 21 16:18:08 2015 +0800 ---------------------------------------------------------------------- .../bootstrap/src/main/java/org/qi4j/bootstrap/ModuleAssembly.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/a91ed9d8/core/bootstrap/src/main/java/org/qi4j/bootstrap/ModuleAssembly.java ---------------------------------------------------------------------- diff --git a/core/bootstrap/src/main/java/org/qi4j/bootstrap/ModuleAssembly.java b/core/bootstrap/src/main/java/org/qi4j/bootstrap/ModuleAssembly.java index 805b232..a7f8cab 100644 --- a/core/bootstrap/src/main/java/org/qi4j/bootstrap/ModuleAssembly.java +++ b/core/bootstrap/src/main/java/org/qi4j/bootstrap/ModuleAssembly.java @@ -66,6 +66,8 @@ public interface ModuleAssembly */ String name(); + ModuleAssembly setMetaInfo( Object info ); + /** * Set the module activators. Activators are executed in order around the * Module activation and passivation.