OptionalbodyThe body of the constructor
The parameters of the constructor
The access level of the constructor
OptionalannotationsConstructor annotations
OptionalsuperWhether this constructor calls another constructor with super()
OptionalthisWhether this constructor calls another constructor with this()
OptionalthrowsExceptions thrown by this constructor
Interface defining the structure of a constructor in a Java class.
Constructor