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
 java.lang.Class<? extends DataSelector> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends DataSelector> value


Copyright © 2011 Seam Framework. All Rights Reserved.