Skip to content

Commit

Permalink
site
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed May 28, 2014
1 parent a08ba59 commit 25fe7d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/site/apt/decors.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class Foo {

* <<<type>>> -- type name of the object.

In order to use your own decor just implement <<<java.util.Formattable>>>:
In order to use your own decor just implement
{{{<<<java.util.Formattable>>>}http://docs.oracle.com/javase/7/docs/api/java/util/Formattable.html}}:

+--
import com.jcabi.log.Decor;
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class Foo {

Read also about log {{{./decors.html}decors}} and a convenient
AOP annotation
{{{../jcabi-aspects/annotation-loggable.html}<<<@Loggable>>>}} from
{{{../jcabi-aspects/index.html}jcabi-aspects}}.
{{{http://aspects.jcabi.com/annotation-loggable.html}<<<@Loggable>>>}} from
{{{http://aspects.jcabi.com/index.html}jcabi-aspects}}.

There are a few other convenient classes in this package:

Expand Down

0 comments on commit 25fe7d0

Please sign in to comment.