@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PropertyName
12.02.13 11:24
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Defines a property name to be mapped to the method.
|
public abstract java.lang.String value
getMyPropertyValue() -> my.property.valueisMyPropertyValue() -> my.property.valuemyPropertyValue() -> my.property.valuegetMyPropertyValue() -> my.property.value