@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface FieldMetadata
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description
Returns the description of the field.
|
ImageMetadata[] |
images
Returns the image name if field must use mapping name with image and empty otherwise.
|
java.lang.String |
syntaxKind
Returns the syntax kind to use for the field and empty otherwise.
|
boolean |
syntaxWithDirective
Returns true if field which used syntax kind can have template syntax and false otherwise.
|
public abstract java.lang.String syntaxKind
public abstract boolean syntaxWithDirective
public abstract java.lang.String description
public abstract ImageMetadata[] images
Copyright © 2019. All Rights Reserved.