Annotation Type PartialDate


  • @Retention(RUNTIME)
    @Target({FIELD,PARAMETER})
    public @interface PartialDate
    This annotation is used to mark Date parameter that can accept partial dates as input. For example: 01-2018 or 01/2018 will be translated into 01-01-2018 for resources and vice versa for clients.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Parameter name.