lombok-pg -

lombok
Annotation Type Sanitize.With


@Target(value=PARAMETER)
@Retention(value=SOURCE)
public static @interface Sanitize.With

Specify a custom sanitation method.

Note: This works with all types, but the parameter type has to match the method signature.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

lombok-pg -

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