Untitled

Anonymous
plain_text
06/11/2024 8:59 AM
388 B
15
Indexable
@Pointcut("(@within(com.sec.ppmt.batch.PreventDuplicateBatch) || @annotation(com.sec.ppmt.batch.PreventDuplicateBatch)) && execution(* org.springframework.batch.core.JobExecutionListener.beforeJob(org.springframework.batch.core.JobExecution))")
    public void beforeJobPointcut() {
    }
Editor is loading...
Leave a Comment