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
    boolean result
    If false, skip logging the result.
  • Element Details

    • result

      boolean result
      If false, skip logging the result. Default is true.
      Default:
      true