|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface FieldMetadata
This annotation should be attached to getter method which is called from Velocity or Freemarker Otherwise it will have no effect
| Optional Element Summary | |
|---|---|
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. |
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 String syntaxKind
public abstract boolean syntaxWithDirective
public abstract String description
public abstract ImageMetadata[] images
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||