Annotation Interface RegisterDefaultEntities


@Target(TYPE) @Retention(RUNTIME) @Import(DefaultEntityRegistrar.class) public @interface RegisterDefaultEntities
Annotation intended for types and methods to trigger the registration of entities found in the given packages() with the DefaultEntityRegistrar.
Since:
3.0
Author:
Allard Buijze
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of package names used by the DefaultEntityRegistrar to collect entities from.