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 java.lang.Class<? extends DataBinder> value
Copyright © 2011 Seam Framework. All Rights Reserved.