Annotation Type PropertyName
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface PropertyNameUse PropertyName annotation to give a name for a Class property (getter or field).
This name will be used everywhere by JaVers.
This annotation (together withTypeName) solves the problem of refactoring names while usingJaversRepository.- Since:
- 3.1
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-