cleanup: Mark obsolete JUL agent as @Deprecated
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 29 Jun 2015 20:32:22 +0000 (16:32 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 29 Jun 2015 23:25:09 +0000 (19:25 -0400)
Java has a @Deprecated annotation to indicate deprecated classes
(or methods, members, etc.). This will keep the code available for
backwards compatibility, but will emit a warning to any user calling
it.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>

No differences found
This page took 0.024829 seconds and 4 git commands to generate.