Skip to content

Commit

Permalink
Make BeanValidationAnnotationHandler public
Browse files Browse the repository at this point in the history
That way, extending BeanValidationRandomizerRegistry and appending to
annotationHandlers is possible.
  • Loading branch information
shalak authored and fmbenhassine committed Jul 15, 2023
1 parent f0b8851 commit 9299807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import java.lang.reflect.Field;

interface BeanValidationAnnotationHandler {
public interface BeanValidationAnnotationHandler {

Randomizer<?> getRandomizer(Field field);

Expand Down

0 comments on commit 9299807

Please sign in to comment.