Annotation Type PodamExclude


  • @Documented
    @PodamAnnotation
    @Target(FIELD)
    @Retention(RUNTIME)
    public @interface PodamExclude
    Annotation which will have PODAM to skip the annotated attribute from consideration.

    PODAM will skip POJO attributes annotated with this annotation, thus their value will not be set.

    Author:
    mtedone
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String comment
      Gives users the possibility to leave comments
    • Element Detail

      • comment

        String comment
        Gives users the possibility to leave comments
        Returns:
        comment value
        Default:
        ""