org.jboss.seam.security.management.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-seam Show documentation
Show all versions of jboss-seam Show documentation
Seam core module for Seam framework integrated with JSF2
/**
* Seam Identity Management
*
* @see org.jboss.seam.security.management.IdentityManager
*/
@Namespace(value = "http://jboss.org/schema/seam/security", prefix = "org.jboss.seam.security")
@AutoCreate
package org.jboss.seam.security.management;
import org.jboss.seam.annotations.AutoCreate;
import org.jboss.seam.annotations.Namespace;