[AB-307] enabling dependent features and including them into the setup wizard

this comes with the usual limitation, that dependent features must be referenced via importing
This commit is contained in:
Sheldan
2021-11-28 13:19:17 +01:00
parent c10296251c
commit f2aa7035aa
5 changed files with 103 additions and 35 deletions

View File

@@ -10,6 +10,6 @@ import java.util.List;
@Getter
@Setter
@SuperBuilder
public class EnableModel extends UserInitiatedServerContext {
public class FeatureSwitchModel extends UserInitiatedServerContext {
private List<String> features;
}