com.alogient.cameleon.sdk.content.service.SiteService Maven / Gradle / Ivy
The newest version!
package com.alogient.cameleon.sdk.content.service;
import java.util.Date;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
@Transactional(propagation = Propagation.REQUIRES_NEW, readOnly = true)
public interface SiteService {
Date getSiteLastModificationDate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy