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

Required Element Summary
 Class<? extends DataSelector> value
           
 

Element Detail

value

public abstract Class<? extends DataSelector> value