public static class InferredValue.InferredTarget extends InferredValue
InferredValue.InferredTarget, InferredValue.InferredType
Modifier and Type | Field and Description |
---|---|
AnnotationMirrorSet |
additionalAnnotations
Indicates that the inferred type should have these primary annotations and the remainder
should come from the annotations inferred for target.
|
TypeVariable |
target |
Constructor and Description |
---|
InferredTarget(TypeVariable target,
Collection<? extends AnnotationMirror> additionalAnnotations) |
public final TypeVariable target
public final AnnotationMirrorSet additionalAnnotations
public InferredTarget(TypeVariable target, Collection<? extends AnnotationMirror> additionalAnnotations)