Package uk.co.jemos.podam.common
Annotation Type PodamBooleanValue
-
@Documented @PodamAnnotation @Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface PodamBooleanValue
Annotation used to customise a boolean value on the annotated field- Author:
- mtedone
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanboolValueThe value to assign to the annotated attribute.
-