-
@Target(allowedTargets = {AnnotationTarget.CONSTRUCTOR}) public @interface RefractConstructor
Marks a constructor to be used by Prism to create instances of this class. This annotation is only effective in classes with the @RefractClass annotation. Each class can only have one annotated constructor.