@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface EndpointProperty
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
key
The key to record the property
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
beanClass
The class for the property.
|
java.lang.String |
ref
Reference to a named bean that is looked up from the
configuration associated with the application.
|
java.lang.String[] |
value
The value(s) of the property
|
public abstract java.lang.String key
public abstract java.lang.String[] value
public abstract java.lang.String ref
public abstract java.lang.Class<?> beanClass