public interface AnnotatedElement extends AnnotationMetadataProvider, Named
EMPTY
Modifier and Type | Method and Description |
---|---|
default boolean |
isDeclaredNonNull() |
default boolean |
isDeclaredNullable() |
default boolean |
isNonNull() |
default boolean |
isNullable() |
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
default boolean isDeclaredNullable()
default boolean isNullable()
default boolean isNonNull()
default boolean isDeclaredNonNull()