@Retention(value=RUNTIME) public @interface UILinkedEntityCreateArg
| Modifier and Type | Required Element and Description |
|---|---|
String |
createArg
Argument of the "create" call with linked object's ID.
|
Class<?> |
referencedEntity
Class of the linked object.
|
public abstract Class<?> referencedEntity
public abstract String createArg
public abstract String property
Copyright © 2018. All rights reserved.