Kapt3: Call super class constructor with some default parameters.
Allow interface, annotation, enum modifiers on class.
This commit is contained in:
committed by
Yan Zhulanow
parent
edaadb0d48
commit
10cfde4ab9
@@ -58,6 +58,10 @@ public class ClassFileFactory implements OutputFileCollection {
|
||||
this.builderFactory = builderFactory;
|
||||
}
|
||||
|
||||
public GenerationState getGenerationState() {
|
||||
return state;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public ClassBuilder newVisitor(
|
||||
@NotNull JvmDeclarationOrigin origin,
|
||||
|
||||
Reference in New Issue
Block a user