@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ApiObjectField
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
allowedvalues
The allowed values for this field
|
String |
description
A drescription of what the field is
|
String |
format
The format pattern for this field
|
String |
name
The display name for this field if different
from the java name
|
boolean |
required
If the field is required
|
public abstract String description
public abstract String format
public abstract String[] allowedvalues
public abstract boolean required
public abstract String name
Copyright © 2015. All Rights Reserved.