@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Result
String
value
name
String[]
params
Class<? extends com.opensymphony.xwork2.Result>
type
public abstract String value
public abstract String name
public abstract Class<? extends com.opensymphony.xwork2.Result> type
public abstract String[] params
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.