@Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=DefaultEntityRegistrar.class) public @interface RegisterDefaultEntities
packages()
with the DefaultEntityRegistrar
.Modifier and Type | Required Element and Description |
---|---|
String[] |
packages
An array of package names used by the
DefaultEntityRegistrar to collect entities from. |
public abstract String[] packages
DefaultEntityRegistrar
to collect entities from.DefaultEntityRegistrar
to collect entities from.Copyright © 2010–2024. All rights reserved.