@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=SOURCE)
public @interface Validate
@Validate.With("methodname")
,
@Validate.NotNull()
or @Validate.NotEmpty()
.
Note: All lombok-pg method-level annotations automatically trigger a parameter validation.