org.jboss.seam.annotations
Annotation Type Namespace
@Target(value=PACKAGE)
@Retention(value=RUNTIME)
@Documented
public @interface Namespace
Specifies the configuration namespace of a Java package
containing Seam components.
- Author:
- Norman Richards
|
Required Element Summary |
java.lang.String |
value
|
|
Optional Element Summary |
java.lang.String |
prefix
The qualifier used to get the component name of
components in this package from the XML element
names |
value
public abstract java.lang.String value
- Returns:
- the configuration namespace for the package
prefix
public abstract java.lang.String prefix
- The qualifier used to get the component name of
components in this package from the XML element
names
- Default:
- ""
Copyright © 2011 Seam Framework. All Rights Reserved.