Annotation Type Log


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    @UseWith({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