WW-4779 Marks as deprecated the profiling layer

This commit is contained in:
Lukasz Lenart
2017-04-04 08:34:39 +02:00
parent b4f8d03910
commit c56d95d28c
4 changed files with 15 additions and 0 deletions
@@ -91,7 +91,10 @@ import org.apache.logging.log4j.Logger;
*
* @author Jason Carreira
* @author Claus Ibsen
*
* @deprecated will be dropped with next major release (2.6)
*/
@Deprecated
public class TimerInterceptor extends AbstractInterceptor {
private static final Logger LOG = LogManager.getLogger(TimerInterceptor.class);
@@ -33,7 +33,9 @@ import java.lang.reflect.Proxy;
/**
* @author <a href="mailto:scott@atlassian.com">Scott Farquhar</a>
* @deprecated will be dropped with next major release (2.6)
*/
@Deprecated
public class ObjectProfiler {
/**
@@ -135,6 +137,10 @@ public class ObjectProfiler {
}
/**
* @deprecated will be dropped with next major release (2.6)
*/
@Deprecated
class TimerInvocationHandler implements InvocationHandler {
protected Object target;
@@ -35,7 +35,10 @@ import java.util.List;
* @author <a href="mailto:mike@atlassian.com">Mike Cannon-Brookes</a>
* @author <a href="mailto:scott@atlassian.com">Scott Farquhar</a>
* @version $Date$ $Id$
*
* @deprecated will be dropped with next major release (2.6)
*/
@Deprecated
public class ProfilingTimerBean implements java.io.Serializable {
private static final long serialVersionUID = -6180672043920208784L;
@@ -266,7 +266,10 @@ import org.apache.logging.log4j.Logger;
* </p>
*
* <!-- END SNIPPET: profileLogFile -->
*
* @deprecated will be dropped with next major release (2.6)
*/
@Deprecated
public class UtilTimerStack {
// A reference to the current ProfilingTimerBean