public class RuntimeAnnotationInformation<T> extends Object
| Constructor and Description |
|---|
RuntimeAnnotationInformation(Map<String,List<T>> classAnnotations,
Map<Method,List<T>> methodAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<T>> |
getClassAnnotations() |
Map<Method,List<T>> |
getMethodAnnotations() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.