Return-Path: X-Original-To: apmail-zest-dev-archive@minotaur.apache.org Delivered-To: apmail-zest-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3A8B19254 for ; Fri, 15 Apr 2016 08:22:25 +0000 (UTC) Received: (qmail 43004 invoked by uid 500); 15 Apr 2016 08:22:25 -0000 Delivered-To: apmail-zest-dev-archive@zest.apache.org Received: (qmail 42970 invoked by uid 500); 15 Apr 2016 08:22:25 -0000 Mailing-List: contact dev-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 dev@zest.apache.org Received: (qmail 42953 invoked by uid 99); 15 Apr 2016 08:22:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2016 08:22:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 844F62C1F62 for ; Fri, 15 Apr 2016 08:22:25 +0000 (UTC) Date: Fri, 15 Apr 2016 08:22:25 +0000 (UTC) From: "Mingzhou Zhuang (JIRA)" To: dev@zest.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ZEST-141) UseDefaults annotation with value MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZEST-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingzhou Zhuang updated ZEST-141: --------------------------------- Description: Define default value where I declare the Property, such as: {code} public interface ABC { @UseDefaults(value="127.0.0.1") Property hostname(); @UseDefaults(value=8080) Property port(); } {code} was: Define default value where I declare the Property, such as: public interface ABC { @UseDefaults(value="127.0.0.1") Property hostname(); @UseDefaults(value=8080) Property port(); } > UseDefaults annotation with value > --------------------------------- > > Key: ZEST-141 > URL: https://issues.apache.org/jira/browse/ZEST-141 > Project: Zest > Issue Type: Improvement > Affects Versions: 2.1 > Reporter: Mingzhou Zhuang > Priority: Minor > Labels: features > > Define default value where I declare the Property, such as: > {code} > public interface ABC { > @UseDefaults(value="127.0.0.1") > Property hostname(); > @UseDefaults(value=8080) > Property port(); > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)