-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface AbstractInterface
Annotation indicating that aWritableBean
-interface is abstract and can not be instantiated viaBeanFactory
. 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()