Annotation Interface AbstractInterface


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface AbstractInterface
Annotation indicating that a WritableBean-interface is abstract and can not be instantiated via BeanFactory. This can avoid generation of an implementation and may save some time during the build process when using the AOT code generator.
Since:
1.0.0
See Also:
  • ObjectValidatorBuilder.mandatory()