[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3381) @Identifier mapped as Field/Method annotation, docs state differently
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Fri Sep 5 08:28:38 EDT 2008
[ https://jira.jboss.org/jira/browse/JBSEAM-3381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shane Bryzak closed JBSEAM-3381.
--------------------------------
Resolution: Duplicate Issue
Assignee: Shane Bryzak
Dupe of JBSEAM-3379
> @Identifier mapped as Field/Method annotation, docs state differently
> ---------------------------------------------------------------------
>
> Key: JBSEAM-3381
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3381
> Project: Seam
> Issue Type: Bug
> Affects Versions: 2.1.0.BETA1
> Reporter: Vinicius Carvalho
> Assignee: Shane Bryzak
>
> Hello. The @Identifier annotation, according to docs, should be used on class, level, but it is mapped as Method/Field, making it impossible to use on classes.
> @Target({METHOD,FIELD})
> @Documented
> @Retention(RUNTIME)
> @Inherited
> public @interface Identifier
> {
> Class<? extends IdentifierStrategy> value() default IdentifierStrategy.class;
> String name() default "";
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list