class |
ClassExtendsTypeTarget |
Represents a type annotation target which occurs in the extends or implements clause of an enclosing class.
|
class |
ClassInfo |
Represents a class entry in an index.
|
class |
EmptyTypeTarget |
Represents a type annotation target which occurs directly on a field type, a method return type, or a method receiver
type.
|
class |
FieldInfo |
Represents a field.
|
class |
MethodInfo |
Represents a Java method, constructor, or static initializer.
|
class |
MethodParameterInfo |
Represents an individual Java method parameter that was annotated.
|
class |
MethodParameterTypeTarget |
Represents a type annotation target which occurs within a method parameter type.
|
class |
PositionBasedTypeTarget |
A common parent for type targets which provide a position.
|
class |
RecordComponentInfo |
Represents an individual Java record component that was annotated.
|
class |
ThrowsTypeTarget |
Represents a type annotation target which occurs within a throwable type on a method.
|
class |
TypeParameterBoundTypeTarget |
Represents a type annotation target which occurs within a bound of type parameter type.
|
class |
TypeParameterTypeTarget |
Represents a type annotation target which occurs within a type parameter type.
|
class |
TypeTarget |
Represents a type that is the target of a type annotation.
|