Annotation Type Required


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface Required
    Annotates an EntityField that must be given a value in create command
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      RequiredFieldType value  
    • Element Detail

      • value

        RequiredFieldType value
        Default:
        com.kenshoo.pl.entity.annotation.RequiredFieldType.REGULAR