Annotation Interface Changelog


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface Changelog
A container for multiple Change annotations, allowing them to be repeatable on a type.
Author:
Luca Frosini (ISTI - CNR)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An array of Change annotations.
  • Element Details

    • value

      Change[] value
      An array of Change annotations.
      Returns:
      The changes.
      Default:
      {}