Package uk.co.jemos.podam.common
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
-
-
Element Detail
-
comment
String comment
Gives users the possibility to leave comments- Returns:
- comment value
- Default:
- ""
-
-