@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