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)
commitc518eed3ae6a1e54df15a517b1410e502e16b265
treeff823671935da6a81fe4158b399d69ec5067e9fd
parentbc7de6d9ee9b44cc823c7ae524afbca3ed4e43f7
cleanup: Mark obsolete JUL agent as @Deprecated

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>
liblttng-ust-java-agent/java/org/lttng/ust/jul/LTTngAgent.java
This page took 0.024651 seconds and 4 git commands to generate.