getAnnotation abstract method

ElementAnnotation? getAnnotation(
  1. String name
)

Returns the first annotation with the given name, or null if no such

Implementation

ElementAnnotation? getAnnotation(String name);