Record Class CompilationResult

java.lang.Object
java.lang.Record
cool.klass.model.converter.compiler.CompilationResult

public record CompilationResult(org.eclipse.collections.api.list.ImmutableList<RootCompilerAnnotation> compilerAnnotations, Optional<DomainModelWithSourceCode> domainModelWithSourceCode) extends Record