[seam-issues] [JBoss JIRA] Created: (SEAMFACES-145) Consider extending a "ViewConfig" interface, rather than marking an interface using a the @ViewConfig annotation

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Apr 20 01:08:33 EDT 2011


Consider extending a "ViewConfig" interface, rather than marking an interface using a the @ViewConfig annotation
----------------------------------------------------------------------------------------------------------------

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


Currently an interface is required to hold the view configuration enums, and this interface is marked with the @ViewConfig interface.  Consider creating a "ViewConfig" interface that one would extend instead of marking an interface with the @ViewConfig annotation.

public interface MyAppViewConfig extends ViewConfig {
  static enum Pages {
  }
}

--
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