@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={SERVICE,COMPONENT,PAGE}) public @interface Operation
OperationTracker
Modifier and Type | Required Element and Description |
---|---|
String |
value
The message to pass to
OperationTracker.invoke(String, org.apache.tapestry5.ioc.Invokable) . |
public abstract String value
OperationTracker.invoke(String, org.apache.tapestry5.ioc.Invokable)
. If the message contains
the '%' character, it is interpreted to be a format string, passed the method's parameters.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.