Target constructor

const Target(
  1. Array<AnnotationTarget> allowedTargets
)

This meta-annotation indicates the kinds of code elements which are possible targets of an annotation.

Implementation

const Target(this.allowedTargets);