Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 22952 invoked from network); 27 May 2010 16:01:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 16:01:08 -0000 Received: (qmail 73518 invoked by uid 500); 27 May 2010 16:01:08 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 73463 invoked by uid 500); 27 May 2010 16:01:08 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 73420 invoked by uid 99); 27 May 2010 16:01:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 16:01:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 16:01:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4RG0iGK026309 for ; Thu, 27 May 2010 16:00:44 GMT Message-ID: <2564453.25991274976043988.JavaMail.jira@thor> Date: Thu, 27 May 2010 12:00:43 -0400 (EDT) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-2363) [Gogo] Add annotations for creating commands with optional and out-of-order arguments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [Gogo] Add annotations for creating commands with optional and out-of-order arguments ------------------------------------------------------------------------------------- Key: FELIX-2363 URL: https://issues.apache.org/jira/browse/FELIX-2363 Project: Felix Issue Type: New Feature Components: Gogo Affects Versions: gogo-0.4.0 Reporter: Richard S. Hall Assignee: Richard S. Hall Fix For: gogo-0.6.0 Gogo should have annotations for command implementations that allow for optional and out-of-order arguments as well as descriptive information. This will be beneficial for creating a common "help" system too. [Technically, this work is basically done. I created this issue so the work would be documented in the Gogo change log and also because I am going to try to do a few changes to the existing implementation to align with some potential future spec changes.] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.