AnnotatedElement constructor

AnnotatedElement(
  1. Element element,
  2. ElementAnnotation annotation
)

Creates an instance of AnnotatedElement.

Implementation

AnnotatedElement(this.element, this.annotation);