@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ClassInfo
ReflectionFormPanel.FieldInfo| 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 |
iconResourcePath
A path to a resource which represents an
Icon which can be used
in components which display details of the class. |
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
public abstract String iconResourcePath
Icon which can be used
in components which display details of the class.ClassLoader.getResource(java.lang.String)Copyright © 2018. All rights reserved.