Annotation Interface CanonicalConstructor


@Documented @Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface CanonicalConstructor
Annotation to mark a constructor as a canonical constructor.
Either the constructor's parameters are annotated with CanonicalName or the corresponding members must be annotated with CanonicalField or CanonicalGetter.
See Also: