Module java.base

Interface AnnotatedWildcardType

All Superinterfaces:
AnnotatedElement, AnnotatedType

public interface AnnotatedWildcardType extends AnnotatedType
AnnotatedWildcardType represents the potentially annotated use of a wildcard type argument, whose upper or lower bounds may themselves represent annotated uses of types.
See Java Language Specification:
4.5.1 Type Arguments of Parameterized Types
Since:
1.8