[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3381) @Identifier mapped as Field/Method annotation, docs state differently

Vinicius Carvalho (JIRA) jira-events at lists.jboss.org
Thu Sep 4 10:00:38 EDT 2008


@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


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