Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-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 79B66D4EE for ; Sat, 14 Jul 2012 10:39:43 +0000 (UTC) Received: (qmail 79315 invoked by uid 500); 14 Jul 2012 10:39:43 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 79114 invoked by uid 500); 14 Jul 2012 10:39:36 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 79080 invoked by uid 99); 14 Jul 2012 10:39:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2012 10:39:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 90EE414002E for ; Sat, 14 Jul 2012 10:39:34 +0000 (UTC) Date: Sat, 14 Jul 2012 10:39:33 +0000 (UTC) From: "Jeroen van der Wal (JIRA)" To: isis-dev@incubator.apache.org Message-ID: <394524940.52355.1342262374595.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (ISIS-235) Remove dependency on @Named to return parameter name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jeroen van der Wal created ISIS-235: --------------------------------------- Summary: Remove dependency on @Named to return parameter name Key: ISIS-235 URL: https://issues.apache.org/jira/browse/ISIS-235 Project: Isis Issue Type: Improvement Components: Core Reporter: Jeroen van der Wal Priority: Minor Parameter names have to be to annotated all @Named to have the Isis show the parameter name of an action. Implementing Paranamer [1] in Isis solves the problem that currently Java reflection does not return parameter names. [1] http://paranamer.codehaus.org/ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira