AnnotatedElement constructor
AnnotatedElement(
- Element element,
- ElementAnnotation annotation
Creates an instance of AnnotatedElement.
Implementation
AnnotatedElement(this.element, this.annotation);