@Documented
 @Retention(value=RUNTIME)
 @Target(value={CONSTRUCTOR,ANNOTATION_TYPE,METHOD})
public @interface Creator
An annotation applicable to a constructor that provides a hint as to which constructor is the primary constructor.
- Since:
- 1.1
- Author:
- graemerocher