$nodeAnnotation<T> static method

T? $nodeAnnotation<T>(
  1. Type nodeType
)

Implementation

static T? $nodeAnnotation<T>(Type nodeType) =>
    Curse.clazz(nodeType).getAnnotation<T>();