org.jboss.seam.annotations
Annotation Type Namespace


@Target(value=PACKAGE)
@Retention(value=RUNTIME)
@Documented
public @interface Namespace

Specifies the configuration namespace of a seam component.


Required Element Summary
 String value
           
 
Optional Element Summary
 String prefix
          The component package name prefix, if any
 

Element Detail

value

public abstract String value
Returns:
the configuration namespace

prefix

public abstract String prefix
The component package name prefix, if any

Default:
""