@Retention(value=RUNTIME) @Documented @Target(value={TYPE,METHOD,FIELD}) public @interface Metadata
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultValue
To define a default value.
|
String |
label
To define one or more labels.
|
String |
required
To define that this entity is required.
|
String |
title
An optional human readable title of this entity, to be used instead of a computed title.
|
public abstract String label
public abstract String defaultValue
public abstract String required
public abstract String title
Apache Camel