Untitled

 avatar
unknown
plain_text
a year ago
290 B
4
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