public interface JvmType
Type
,
AnnotatedType
Modifier and Type | Method and Description |
---|---|
default <T> T |
accept(JvmTypeVisitor<T> visitor) |
JvmAnnotation [] |
getAnnotations() |
JvmAnnotation [] getAnnotations()
AnnotatedElement.getAnnotations()
default <T> T accept(JvmTypeVisitor<T> visitor)