Let's assume we have a simple class Circle that defines two constructors:
The following sections illustrates constructor invocation using FEST-Reflect. We are going to assume the following static import:
Without parameters
Invoking the constructor Circle():
With parameters
Invoking the constructor Circle(int):
Labels