resAuth.setStringValue("Application");
resourceRef.setResAuth(resAuth);
}
// sharing scope
ResSharingScopeType resScope = resourceRef.addNewResSharingScope();
resScope.setStringValue(annotation.shareable() ? "Shareable" : "Unshareable");
resourceRef.setResSharingScope(resScope);
// mappedName
String mappdedNameAnnotation = annotation.mappedName();