@CheckReturnValue @ParametersAreNonnullByDefault
Package io.spine.validation.java
Contains the ProtoData validation plugin which generates Java code.
-
Class Summary Class Description ExtraValidation An insertion point at the place where users may add some extra validation code to the one already generated by the standardJavaValidationRenderer
.JavaValidationRenderer ARenderer
for the validation code in Java.PrintValidationInsertionPoints AnInsertionPointPrinter
which adds theValidate
point to all the message types which have an associatedMessageValidation
view.