Is it possible to make a nested class’s constructo...
# announcements
j
Is it possible to make a nested class’s constructor only visible from the owner class? That way I can put a factory method on the owner class and no one else can instantiate the nested classes?