当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
DataBinderClass (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.annotations
Annotation Type DataBinderClass
- @Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface DataBinderClass 
Meta-annotation that specifies that an annotation
 is a databinding annotation, ie. that it results
 in outjection of a wrapped representation of the
 annotated component attribute value.
- Author:
- Gavin King
- See Also:
- DataBinder
 
value
public abstract Class<? extends DataBinder> value
- 
 
-