info.magnolia.cms.util
Class DeprecationUtil

java.lang.Object
  extended by info.magnolia.cms.util.DeprecationUtil

public class DeprecationUtil
extends Object

A silly utility class to help marking stuff as deprecated even if they're not used directly (taglib attributes for instance). Logs in std out, std err, the caller's logger, and this class' logger too.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Constructor Summary
DeprecationUtil()
           
 
Method Summary
static void isDeprecated()
           
static void isDeprecated(String reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecationUtil

public DeprecationUtil()
Method Detail

isDeprecated

public static void isDeprecated()

isDeprecated

public static void isDeprecated(String reason)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.