org.kuali.rice.krad.data.provider.annotation
Annotation Type InheritProperties


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface InheritProperties

Container object for multiple InheritProperty references.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Required Element Summary
 InheritProperty[] value
          Gets the list of InheritPropertys.
 

Element Detail

value

public abstract InheritProperty[] value
Gets the list of InheritPropertys.

Returns:
the list of InheritPropertys.


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.