Class ExcludeDbTrait
java.lang.Object
io.github.xezzon.zeroweb.common.marker.ExcludeDbTrait
- All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar
@TestOnly
public class ExcludeDbTrait
extends Object
implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
- Author:
- xezzon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerBeanDefinitions
(@NotNull org.springframework.core.type.AnnotationMetadata metadata, @NotNull org.springframework.beans.factory.support.BeanDefinitionRegistry registry) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
registerBeanDefinitions
-
Constructor Details
-
ExcludeDbTrait
public ExcludeDbTrait()
-
-
Method Details
-
registerBeanDefinitions
public void registerBeanDefinitions(@NotNull @NotNull org.springframework.core.type.AnnotationMetadata metadata, @NotNull @NotNull org.springframework.beans.factory.support.BeanDefinitionRegistry registry) - Specified by:
registerBeanDefinitions
in interfaceorg.springframework.context.annotation.ImportBeanDefinitionRegistrar
-