|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.util.DeprecationUtil
public class DeprecationUtil
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.
Constructor Summary | |
---|---|
DeprecationUtil()
|
Method Summary | |
---|---|
static void |
isDeprecated()
|
static void |
isDeprecated(java.lang.String reason)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeprecationUtil()
Method Detail |
---|
public static void isDeprecated()
public static void isDeprecated(java.lang.String reason)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |