| パッケージ | 説明 |
|---|---|
| org.springframework.test.util | 単体テストおよび統合テストで使用する一般的なユーティリティクラス。 |
| 修飾子と型 | クラスと説明 |
|---|---|
static class | MetaAnnotationUtils.UntypedAnnotationDescriptor 実際のアノテーション型を事前に決定できない複数の候補アノテーション型の 1 つの宣言を記述するために使用される AnnotationDescriptor の型なし拡張。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T extends AnnotationSE> | MetaAnnotationUtils.findAnnotationDescriptor(ClassSE<?> clazz, ClassSE<T> annotationType) 指定された ClassSE で指定された annotationType の MetaAnnotationUtils.AnnotationDescriptor を検索し、指定されたクラス自体にアノテーションが見つからない場合は、そのアノテーション、インターフェース、スーパークラスをトラバースします。 |