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

Required Element Summary
 Class<? extends DataBinder> value
           
 

Element Detail

value

public abstract Class<? extends DataBinder> value