Interface TypeDef.Annotated

All Superinterfaces:
TypeDef
All Known Implementing Classes:
ClassTypeDef.AnnotatedClassTypeDef, TypeDef.AnnotatedTypeDef
Enclosing interface:
TypeDef

public static sealed interface TypeDef.Annotated extends TypeDef permits ClassTypeDef.AnnotatedClassTypeDef, TypeDef.AnnotatedTypeDef
A combined type interface for representing a Type with annotations.
Since:
1.4
Author:
Elif Kurtay