当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
Namespace (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
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.
 
| Optional Element Summary | 
|  String | prefixThe component package name prefix, if any
 | 
 
value
public abstract String value
- 
 
- 
- Returns:
- the configuration namespace
 
prefix
public abstract String prefix
- The component package name prefix, if any
 
- 
 
- 
 - 
- Default:
- ""