org.kuali.rice.krad.data.provider.annotation
Annotation Type KeyValuesFinderClass
@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface KeyValuesFinderClass
Allows you to configure a KeyValuesFinder
directly on the property.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
value
public abstract Class<? extends KeyValuesFinder> value
- Gets the
KeyValuesFinder
class to instantiate.
- Returns:
- the
KeyValuesFinder
class to instantiate.
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.