Package io.micronaut.core.annotation
Annotation Interface Creator
@Documented
@Retention(RUNTIME)
@Target({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