当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
DataSelectorClass (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.annotations
Annotation Type DataSelectorClass
- @Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface DataSelectorClass 
Meta-annotation that specifies that an annotation
 is a dataselection annotation, ie. that it results
 in injection of the selected item of some databound
 data.
- Author:
- Gavin King
- See Also:
- DataSelector
 
value
public abstract Class<? extends DataSelector> value
- 
 
-