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
 String value
           
 
Optional Element Summary
 String prefix
          The qualifier used to get the component name of components in this package from the XML element names
 

Element Detail

value

public abstract String value
Returns:
the configuration namespace for the package

prefix

public abstract String prefix
The qualifier used to get the component name of components in this package from the XML element names

Default:
""