All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.jooby.internal.quartz.PersistJobDataAfterJobDelegate Maven / Gradle / Ivy

There is a newer version: 3.5.3
Show newest version
/*
 * Jooby https://jooby.io
 * Apache License Version 2.0 https://jooby.io/LICENSE.txt
 * Copyright 2014 Edgar Espina
 */
package io.jooby.internal.quartz;

import org.quartz.PersistJobDataAfterExecution;

@PersistJobDataAfterExecution
public class PersistJobDataAfterJobDelegate extends JobDelegate {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy