org.apache.tapestry5.annotations
Annotation Type Log


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
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 © 2006-2009 Apache Software Foundation. All Rights Reserved.