[seam-issues] [JBoss JIRA] Created: (SEAMFACES-149) Provide a Stereotype for writing @SecurityBindingType annotations for the ViewConfig

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Apr 22 14:03:18 EDT 2011


Provide a Stereotype for writing @SecurityBindingType annotations for the ViewConfig
------------------------------------------------------------------------------------

                 Key: SEAMFACES-149
                 URL: https://issues.jboss.org/browse/SEAMFACES-149
             Project: Seam Faces
          Issue Type: Enhancement
          Components: Security, View Configuration
            Reporter: Brian Leathem
             Fix For: 3.0.2


Writing @SecuritybindingType annotations for the viewconfig, one writes a lot of annotations of the form:
{code}
@SecurityBindingType
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.TYPE})
{code}
The above annotations can be lumped together with a Stereotype.  Seam Faces should provide such a Stereotype, as a convenience for developers.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list