org.apache.tapestry5.annotations
Annotation Type Log


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@UseWith(value={COMPONENT,MIXIN,PAGE})
public @interface Log

Marker annotation for component methods to enable debug-level logging. Annotated methods will log method entry (with parameters), method exit (with return value, for non-void methods) and any thrown exceptions.

See Also:
LogWorker



Copyright © 2003-2012 The Apache Software Foundation.