Annotation Type Mandatory
-
@Retention(RUNTIME) public @interface Mandatory
The annotationMandatory
is an annotation intended for use in unit tests and marks a field as mandatory.
@Retention(RUNTIME)
public @interface Mandatory
Mandatory
is an annotation intended for use in unit tests and marks a
field as mandatory.