JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field
|
Required
|
Optional
Detail:
Field
|
Element
SEARCH
Package
com.smeup.kokos.sdk.entity.annotations
Annotation Interface SmeupOav
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
SmeupOav
Annotation to mark a field as an OAV (Object Attribute Value) in the context of the Kokos SDK.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
id
String
type
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
description
String
parameter
Field Summary
Fields
Modifier and Type
Field
Description
static final
List
<
String
>
ATTRS
Field Details
ATTRS
static final
List
<
String
>
ATTRS
Element Details
id
String
id
type
String
type
parameter
String
parameter
Default:
""
description
String
description
Default:
""