mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
some more javadoc cleanup
This commit is contained in:
+7
@@ -2,6 +2,13 @@ package com.sap.sse.gwt.client.shared.components;
|
||||
|
||||
import com.sap.sse.common.settings.Settings;
|
||||
|
||||
/**
|
||||
* A utility class to combine a {@link ComponentLifecycle} and the settings of the corresponding {@link Component}
|
||||
* @author Frank
|
||||
*
|
||||
* @param <ComponentLifecycleType>
|
||||
* @param <SettingsType>
|
||||
*/
|
||||
public class ComponentLifecycleAndSettings<ComponentLifecycleType extends ComponentLifecycle<SettingsType, ?>, SettingsType extends Settings> {
|
||||
private final ComponentLifecycleType componentLifecycle;
|
||||
private final SettingsType settings;
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import com.sap.sse.common.settings.Settings;
|
||||
|
||||
/**
|
||||
* @author Frank
|
||||
*
|
||||
*
|
||||
*/
|
||||
public class CompositeLifecycleSettings extends AbstractSettings {
|
||||
private final Iterable<ComponentLifecycleAndSettings<?,?>> settingsPerComponentLifecycle;
|
||||
|
||||
Reference in New Issue
Block a user