Annotation Type Property
-
@Retention(RUNTIME) @Target(FIELD) public @interface Property
Links a field to a property in the file- Since:
- 1.0
- Author:
- Michael Stocker
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdefaultValueOptional: A default value for the property if it isn't set.
-