getAnnotation abstract method
Returns the first annotation with the given name, or null if no such
Implementation
ElementAnnotation? getAnnotation(String name);
Returns the first annotation with the given name, or null if no such
ElementAnnotation? getAnnotation(String name);