Package blang.inits
Annotation Type DesignatedConstructor
@Retention(RUNTIME)
@Target({CONSTRUCTOR,METHOD})
public @interface DesignatedConstructor
More precisely, this can be used both for constructor and
also static factory methods.
@Retention(RUNTIME)
@Target({CONSTRUCTOR,METHOD})
public @interface DesignatedConstructor