Class RuntimeAnnotationInformation<T>

java.lang.Object
org.jboss.as.ee.metadata.RuntimeAnnotationInformation<T>

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

    • RuntimeAnnotationInformation

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

    • getClassAnnotations

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

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