In BO Part, I created a BusinessObject bean<interface> and extending the same in UI Part.
I have already added folder, class of the customer packages in the public part of BO and added BO part as dependency to UI Part.
But, I am getting access restriction error in UI when I extend the Business Object interface.
Access restriction: The type MyBOInterface is not accessible due to restriction on required project SC~dc~wec~comm~mc~user~bo~customer.com
Could you please suggest?