Class RuntimeAnnotationInformation<T>


  • public class RuntimeAnnotationInformation<T>
    extends Object
    Runtime metadata about the annotations that are present on a particular class
    Author:
    Stuart Douglas
    • Constructor Detail

      • RuntimeAnnotationInformation

        public RuntimeAnnotationInformation​(Map<String,​List<T>> classAnnotations,
                                            Map<Method,​List<T>> methodAnnotations)
    • Method Detail

      • getClassAnnotations

        public Map<String,​List<T>> getClassAnnotations()
      • getMethodAnnotations

        public Map<Method,​List<T>> getMethodAnnotations()