
technology-usage.tests.data.ejb.EJBTimerSchedule Maven / Gradle / Ivy
The newest version!
import javax.ejb.Schedule;
import javax.ejb.Stateless;
@Stateless
public class EJBTimerSchedule {
@Schedule(dayOfMonth = "Last", hour = "23")
public void onEvent() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy