Annotation Interface KeyValuesFinderClass


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface KeyValuesFinderClass
Allows you to configure a KeyValuesFinder directly on the property.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.kuali.rice.krad.keyvalues.KeyValuesFinder>
    Gets the KeyValuesFinder class to instantiate.
  • Element Details

    • value

      Class<? extends org.kuali.rice.krad.keyvalues.KeyValuesFinder> value
      Gets the KeyValuesFinder class to instantiate.
      Returns:
      the KeyValuesFinder class to instantiate.