@Target(value={PARAMETER,TYPE,TYPE_USE}) @Retention(value=RUNTIME) @Documented public @interface ApiPropertySetModel
PropertySetRef to declare a Swagger Model name to create
using the PropertySet definition and to append to Swagger model definitions.| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Provide the model name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Optional model description.
|
String |
reference
Specifies a reference to the corresponding type definition, overrides any other metadata specified.
|
public abstract String value
public abstract String description
public abstract String reference
Copyright © 2019 The Holon Platform. All rights reserved.