Annotation Type ComputedField


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface ComputedField
    This annotations indicates that the field is calculated using the value of other field in the instance
    Author:
    Luca Frosini (ISTI - CNR)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends FieldAction> action