}
}
builder.addAnnotation(annotationProvider);
}
UiUseTag uiUseTagAnnotation = method.getAnnotation(UiUseTag.class);
if (uiUseTagAnnotation != null) {
builder.setSpecificTag(uiUseTagAnnotation.value());
}
// includes the actual before and after properties
metaProperties.addAll(builder.getMetaProperties());
}