Annotation Type Change
-
@Documented @Target(TYPE) @Repeatable(Changelog.class) @Retention(RUNTIME) public @interface Change
Represents a single change in a type's version history.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringdescriptionA description of the change.StringversionThe version in which the change was introduced.
-