@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface DynamicProperty
ConfigurableComponent
to
indicate that it supports a dynamic property.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
description |
java.lang.String |
name |
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
supportsExpressionLanguage |