Package org.kiwiproject.beta.annotation


package org.kiwiproject.beta.annotation
  • Annotation Interfaces
    Class
    Description
    When placed on a method or constructor, indicates that the member is called via reflection and is therefore used and should not be considered for removal.
    Annotation to make it clear that a method/constructor parameter might be mutated, e.g., auditing properties such as createdAt, createdBy, etc. that are automatically set on a persistent entity.