Class MethodAnnotationAggregator

java.lang.Object
org.jboss.as.ee.metadata.MethodAnnotationAggregator

public class MethodAnnotationAggregator extends Object
Class which can turn a pre-runtime description of annotations into a runtime description.

This correctly handles overridden methods, so the annotations on overridden methods will not show up in the result

Author:
Stuart Douglas
  • Constructor Details

    • MethodAnnotationAggregator

      public MethodAnnotationAggregator()
  • Method Details