BatchSyncProcedureImpl
annotation class BatchSyncProcedureImpl
The BatchSyncProcedureImpl
annotation is useful to indicate an implementation of a com.tecknobit.equinoxbackend.batch.BatchSynchronizationProcedure
// not mandatory
description= """
Informative description about the behavior of the implemented procedure"
""" // suggested text block
)
public class SimpleBatchQuerySyncProcedure extends BatchSynchronizationProcedure<Integer, String, SimpleCalendarBatchItem> {
... rest of the procedure
}
Content copied to clipboard
Author
N7ghtm4r3 - Tecknobit
Since
1.0.8