return LocatableAnnotation.create(method.getAnnotation(annotation), srcPos);
}
public boolean hasMethodAnnotation(Class<? extends Annotation> annotation, Method method)
{
MethodIntroConfig methodAnnotations = getMethodIntroConfig(method);
if (methodAnnotations != null)
{
return isMemberAnnotationIntroAvailable(annotation, methodAnnotations);
}