TimerAlarmClock.java |
/* * JBoss, the OpenSource EJB server * * Distributable under LGPL license. * See terms of license at gnu.org. */ package javax.management.timer; /** * @author Scott.Stark@jboss.org * @version $Revision: 1.1 $ */ class TimerAlarmClock { }
TimerAlarmClock.java |