using ApsProtectedRestCxfApi

This commit is contained in:
Brian Long 2025-04-08 14:58:49 -04:00
parent 19d879308d
commit 0ed36d0faf

View File

@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
*/ */
@Component("aps.protected-api.cxf") @Component("aps.protected-api.cxf")
@Lazy @Lazy
public class ApsProtectedRestApiCxfImpl extends ApsProtectedRestApiImpl implements ApsPublicRestCxfApi { public class ApsProtectedRestApiCxfImpl extends ApsProtectedRestApiImpl implements ApsProtectedRestCxfApi {
/** /**
* This constructor is for Spring or POJO use * This constructor is for Spring or POJO use