@Retention(value=RUNTIME) @Target(value={}) public @interface Model
| Modifier and Type | Required Element and Description |
|---|---|
String |
id
The id of the model.
|
String |
namespace
The namespace of the model.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
A description of the model, used for user documentation.
|
String |
label
A label associated with the model, used to identify the model in the user documentation.
|
public abstract String id
public abstract String namespace
public abstract String label
public abstract String description
Copyright © 2018. All rights reserved.