@Documented
@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AutoConfigureEmbeddedDatabases
AutoConfigureEmbeddedDatabase annotations.
Can be used natively, declaring several nested AutoConfigureEmbeddedDatabase annotations.
Can also be used in conjunction with Java 8's support for repeatable annotations,
where AutoConfigureEmbeddedDatabase can simply be declared several times on the same
type, implicitly generating this container annotation.
This annotation may be used as a meta-annotation to create custom composed annotations.
AutoConfigureEmbeddedDatabase| Modifier and Type | Required Element and Description |
|---|---|
AutoConfigureEmbeddedDatabase[] |
value |
public abstract AutoConfigureEmbeddedDatabase[] value