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


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Beta
public @interface UifAutoCreateViews

BETA: Indicates that you want the krad-data module to auto-generate the listed types of KRAD views upon startup.

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

Optional Element Summary
 UifAutoCreateViewType[] value
          Gets the list of view types to autogenerate on startup.
 

value

public abstract UifAutoCreateViewType[] value
Gets the list of view types to autogenerate on startup.

Returns:
the list of view types to autogenerate on startup.
Default:
org.kuali.rice.krad.data.provider.annotation.UifAutoCreateViewType.ALL


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