com.atlassian.crowd.xwork
Annotation Type ParameterSafe


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface ParameterSafe

Marks a class as being safe for use as a complex form parameter. By marking a class with this interceptor you are guaranteeing that there aren't any dangerous setters or getters that may be exposed to the XWork parameters interceptor

See Also:
SafeParametersInterceptor



Copyright © 2013 Atlassian. All Rights Reserved.