Annotation Interface BsonCreator


@Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR}) public @interface BsonCreator
An annotation that configures a constructor or method as the Creator for the Pojo.

Note: Requires the Conventions.ANNOTATION_CONVENTION

Since:
3.5
See Also: