Annotation Interface Builtin
@API(status=STABLE,
since="6.0")
@Documented
@Retention(RUNTIME)
@Qualifier
public @interface Builtin
An internally used CDI
Qualifier
to mark all beans produced by our
configuration support
as built in.
When the Spring Data Neo4j CDI extension
is used,
you can opt in to override any of the following beans by providing a @Produces
method with the
corresponding return type:
The order in which the types are presented reflects the usefulness over overriding such a bean.
You might want to add additional conversions to the mapping or provide a bean that dynamically selects a Neo4j database.
Running a custom bean of the template or client might prove useful if you want to add additional methods.- Since:
- 6.0
- Author:
- Michael J. Simons