@Target(value=CONSTRUCTOR)
@Retention(value=RUNTIME)
public @interface ChangeUnitConstructor
For old classes, this annotation can remain. It won't be removed from the legacy library.
For new classes, use FlamingockConstructor
- See Also:
FlamingockConstructor