Record Class MavenCompilerPluginAnnotationProcessors

java.lang.Object
java.lang.Record
io.micronaut.projectgen.core.buildtools.maven.MavenCompilerPluginAnnotationProcessors
Record Components:
combineAttribute - combine attribute
annotationProcessors - annotation processors
testCombineAttribute - test combine attribute
testAnnotationProcessors - test annotation processors

public record MavenCompilerPluginAnnotationProcessors(MavenCombineAttribute combineAttribute, List<DependencyCoordinate> annotationProcessors, MavenCombineAttribute testCombineAttribute, List<DependencyCoordinate> testAnnotationProcessors) extends Record