Optional
bodyThe body of the constructor
The parameters of the constructor
The access level of the constructor
Optional
annotationsConstructor annotations
Optional
superWhether this constructor calls another constructor with super()
Optional
thisWhether this constructor calls another constructor with this()
Optional
throwsExceptions thrown by this constructor
Interface defining the structure of a constructor in a Java class.
Constructor