lombok-pg -

lombok
Annotation Type Sanitize


@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=SOURCE)
public @interface Sanitize

Explicitly turns on sanitation for all method parameter annotated with @Sanitize.With("methodname") or @Sanitize.Normalize.

Note: All lombok-pg method-level annotations automatically trigger a parameter sanitation.


lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.