UML : Internal class in a class diagram

diagram, language-agnostic, uml

Solution

Consider using a nesting relationship (a line with a '+' in a circle at the parent end).

Problem

In a class diagram, is there a way of specifying that a class is an internal class of another class ? Or is it considered as a pure implementation choice ?

Original source