@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Component public @interface DatastoreResolver
ExpressionResolver
type class to automatically register this resolver into a
Datastore
Spring bean.
The datastoreBeanName()
can be used to uniquely identify the Datastore
bean into which register the
resolver, if more than one Datastore bean is present in Spring context.
The annotation is itself annotated with Component
to register the annotated class as a Spring bean.
Modifier and Type | Optional Element and Description |
---|---|
String |
datastoreBeanName
Get the optional
Datastore bean name into which register the resolver, if more than one Datastore bean is
present in Spring context. |
Copyright © 2019 The Holon Platform. All rights reserved.