[
http://jira.codehaus.org/browse/QDOX-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte updated QDOX-113:
--------------------------------
Attachment: qdox-113.patch
doens't seem to be a problem anymore. Test added like mentioned in the issue.
Runs without failing
> Annotations With Parameters do not work
> ---------------------------------------
>
> Key: QDOX-113
> URL: http://jira.codehaus.org/browse/QDOX-113
> Project: QDox
> Issue Type: Bug
> Affects Versions: 1.6
> Reporter: Jukka Lindström
> Attachments: qdox-113.patch
>
>
> For instance a method like this annotated with the @Editor annotation
> @Editor(FileEditor.class)
> public void setFile(File file) {
> this.file = file;
> }
> does not work but produces a stack trace.
> Here's the annotaiton.
> @Retention(RetentionPolicy.RUNTIME)
> @Target(ElementType.METHOD)
> public @interface Editor {
> Class<? extends PropertyEditor> value();
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email