public class BuilderInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
AnnotationMirror |
annotation |
ExecutableElement |
build |
ExecutableElement |
ctor |
ExecutableElement |
factory |
TypeElement |
type |
| Constructor and Description |
|---|
BuilderInfo(ExecutableElement factory,
ExecutableElement ctor,
TypeElement type,
ExecutableElement build,
AnnotationMirror annotation) |
public final ExecutableElement factory
public final ExecutableElement ctor
public final TypeElement type
public final ExecutableElement build
public final AnnotationMirror annotation
public BuilderInfo(@Nullable ExecutableElement factory, @Nullable ExecutableElement ctor, TypeElement type, ExecutableElement build, @Nullable AnnotationMirror annotation)
Copyright © 2023. All rights reserved.