ariba.ui.meta.annotations
Annotation Type SupercedesSuperclass


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface SupercedesSuperclass

Marker to indicate that this persistent entity class should replace its superclass. E.g. if placed on "class MyUser extends ariba.appcore.User", then this class will be created in place of User in calls to ObjectContext.create(User.class), and the module tab for the original User will be hidden in favor of this one.



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.