Package org.gwizard.logging
Annotation Type LogCall
@Retention(RUNTIME)
@Target(METHOD)
public @interface LogCall
Guice AOP annotation which indicates method call should be logged.
Note that methods with this annotation CANNOT BE PRIVATE.
- Author:
- Jeff Schnitzer
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanresultIf false, skip logging the result.
-
Element Details
-
result
boolean resultIf false, skip logging the result. Default is true.- Default:
- true
-