@Retention(value=RUNTIME) @Documented @Repeatable(value=PropertySource.class) public @interface Property
PropertySource or used generally throughout the system.| Modifier and Type | Required Element and Description | 
|---|---|
java.lang.String | 
name
The name of the property in kebab case. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
defaultValue  | 
java.lang.String | 
value  | 
public abstract java.lang.String name
@AliasFor(annotation=Bindable.class, member="defaultValue") public abstract java.lang.String defaultValue