Add refs
This commit is contained in:
parent
eb02ece093
commit
f5871c8219
@ -11,6 +11,7 @@ public class SourcesGeneratorConfiguration {
|
||||
public String currentVersion;
|
||||
public Map<String, InterfaceDataConfiguration> interfacesData;
|
||||
public Map<String, VersionConfiguration> versions;
|
||||
public Map<String, Object> refs = new HashMap<>();
|
||||
|
||||
public static class InterfaceDataConfiguration {
|
||||
public Set<String> extendInterfaces = new HashSet<>();
|
||||
|
Loading…
Reference in New Issue
Block a user