@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.OperationAdvisor.createAdvice(String)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.