if (proxyInterface.isInterface() == null) {
return null;
}
ProxyStandard proxyStandardAnnotation = proxyInterface.getAnnotation(ProxyStandard.class);
ProxyCodeSplit proxyCodeSplitAnnotation = proxyInterface.getAnnotation(ProxyCodeSplit.class);
ProxyCodeSplitBundle proxyCodeSplitBundleAnnotation = proxyInterface.getAnnotation(ProxyCodeSplitBundle.class);
int nbNonNullTags = 0;
if (proxyStandardAnnotation != null) {
nbNonNullTags++;