@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 |
description
Returns a description of this entity.
|
String |
label
To define one or more labels.
|
String |
required
To define that this entity is required.
|
boolean |
secret
Whether the option is secret/sensitive information such as a password.
|
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
public abstract String description
Apache Camel