abstractpublic class AnnotatedObject implements Annotated(Code)
A base class for all objects in the web flow system that support annotation
using arbitrary properties. Mainly used to ensure consistent configuration of
properties for all annotated objects.
author: Erwin Vervaet author: Keith Donald
The caption property name ("caption"). A caption is also known as a
"short description" and may be used in a GUI tooltip.
DESCRIPTION_PROPERTY
final public static String DESCRIPTION_PROPERTY(Code)
The long description property name ("description"). A description
provides additional, free-form detail about this object and might be
shown in a GUI text area.