private static final class AnnotatedFieldCollector.FieldBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AnnotationCollector |
annotations |
java.lang.reflect.Field |
field |
TypeResolutionContext |
typeContext |
Constructor and Description |
---|
FieldBuilder(TypeResolutionContext tc,
java.lang.reflect.Field f) |
Modifier and Type | Method and Description |
---|---|
AnnotatedField |
build() |
public final TypeResolutionContext typeContext
public final java.lang.reflect.Field field
public AnnotationCollector annotations
public FieldBuilder(TypeResolutionContext tc, java.lang.reflect.Field f)
public AnnotatedField build()