@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface FieldInfo
ReflectionFormPanel (more concretely in the ReflectionFormFieldLabel.ClassInfo| Modifier and Type | Fields and Description |
|---|---|
static String |
DESCRIPTION_DEFAULT |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
A field describing the function of the field in the entity or embeddable
and eventually explaining design decisions.
|
String |
name
Override field name to appear more natural or better explaining the
structure of the data (e.g.
|
public static final String DESCRIPTION_DEFAULT
public abstract String name
Finance accounts might appear much
more clear than accounts. "" indicates that the field
name ought to be used (because null can't be specified).public abstract String description
Copyright © 2018. All rights reserved.