mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5774: added comment to SecurityChildSettingsContext
This commit is contained in:
+4
@@ -1,8 +1,12 @@
|
||||
package com.sap.sse.security.ui.client;
|
||||
|
||||
import com.sap.sse.common.settings.generic.AbstractGenericSerializableSettingsWithContext;
|
||||
import com.sap.sse.security.shared.dto.SecuredDTO;
|
||||
import com.sap.sse.security.ui.client.premium.PaywallResolver;
|
||||
|
||||
/**
|
||||
* To be used, e.g., as context for {@link AbstractGenericSerializableSettingsWithContext}{@code .addChildSettings(...)}.
|
||||
*/
|
||||
public class SecurityChildSettingsContext {
|
||||
|
||||
private final SecuredDTO securedDTO;
|
||||
|
||||
Reference in New Issue
Block a user